|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.rmi.RemoteException org.minetti.astrodevice.common.orb.exception.IiopException
public abstract class IiopException
Base class of all remote exceptions produced by astroDeviceServer.
Field Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
protected |
IiopException(String serverName,
String hostname,
String message,
String userShortMessage,
String userLongMessage,
String userSolution)
Hidden constructor (abstract class). |
Method Summary | |
---|---|
String |
getHostname()
Returns the hostname where astroDeviceServer is hosted. |
String |
getLocalizedMessage()
|
String |
getMessage()
|
String |
getServerName()
Returns the name given to astroDeviceServer instance. |
String |
getUserLongMessage()
Returns the long description to the user about the exception. |
String |
getUserShortMessage()
Returns the short description to the user about the exception. |
String |
getUserSolution()
Returns the message to the user for resolve the exception. |
String |
toString()
|
Methods inherited from class java.rmi.RemoteException |
---|
getCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected IiopException(String serverName, String hostname, String message, String userShortMessage, String userLongMessage, String userSolution)
serverName
- Name given to astroDeviceServer instance.hostname
- Hostname where astroDeviceServer is hosted.message
- Detail message (used for logging).userShortMessage
- Short description to the user about the exception.userLongMessage
- Long description to the user about the exception.userSolution
- Message to the user for resolve the exception.Method Detail |
---|
public final String getServerName()
public final String getHostname()
public final String getMessage()
getMessage
in class RemoteException
public final String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public final String getUserShortMessage()
public final String getUserLongMessage()
public final String getUserSolution()
public final String toString()
toString
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |