Class StationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cl.obcom.desktopfx.core.DesktopException
cl.obcom.desktopfx.core.StationException
- All Implemented Interfaces:
Serializable
Exception thrown when the desktop station is unusable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newStationExceptioninstance.StationException(String message) Constructs a newStationExceptionwith amessage.StationException(String message, Throwable cause) Constructs a newStationExceptionwith amessageandcause.StationException(Throwable cause) Constructs a newStationExceptionwith acause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StationException
public StationException()Constructs a newStationExceptioninstance. -
StationException
Constructs a newStationExceptionwith amessage.- Parameters:
message- the detail message.
-
StationException
Constructs a newStationExceptionwith acause.- Parameters:
cause- the cause of this exception.
-
StationException
-