public class ServerException extends RuntimeException
DefaultServer
instance.Constructor and Description |
---|
ServerException(String message)
Constructor for ServerServerException.
|
ServerException(String message,
Throwable parent)
Constructor for ServerServerException.
|
ServerException(Throwable parent)
Constructor for ServerServerException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServerException(String message)
message
- the exception messagepublic ServerException(String message, Throwable parent)
message
- the exception messageparent
- the parent throwablepublic ServerException(Throwable parent)
parent
- the parent throwableCopyright © 2003–2014 AndroMDA.org. All rights reserved.