Class NetServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cl.obcom.desktopfx.core.DesktopException
cl.obcom.desktopfx.netserver.NetServerException
- All Implemented Interfaces:
Serializable
Signals that a NetServer exception of some sort has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newNetServerExceptioninstance.NetServerException(String message) Constructs a newNetServerExceptionwith amessage.NetServerException(String message, Throwable cause) Constructs a newNetServerExceptionwith amessageandcause.NetServerException(Throwable cause) Constructs a newNetServerExceptionwith acause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NetServerException
public NetServerException()Constructs a newNetServerExceptioninstance. -
NetServerException
Constructs a newNetServerExceptionwith amessage.- Parameters:
message- the detail message.
-
NetServerException
Constructs a newNetServerExceptionwith acause.- Parameters:
cause- the cause of this exception.
-
NetServerException
-