|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jpl.pds.server.ServerException
public class ServerException
Exception in a PDS server.
Constructor Summary | |
---|---|
ServerException()
Creates a new ServerException instance. |
|
ServerException(String msg)
Creates a new ServerException instance. |
|
ServerException(String msg,
Throwable cause)
Creates a new ServerException instance. |
|
ServerException(Throwable cause)
Creates a new ServerException instance. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServerException()
ServerException
instance.
public ServerException(String msg)
ServerException
instance.
msg
- Detail message.public ServerException(Throwable cause)
ServerException
instance.
cause
- Chained exception.public ServerException(String msg, Throwable cause)
ServerException
instance.
msg
- Detail message.cause
- Chained exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |