net.dpml.station
Class StationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.ServerException
net.dpml.station.StationException
- All Implemented Interfaces:
- Serializable
- public class StationException
- extends ServerException
A station exception may be raised by the station if an establishment
failure occurs.
- See Also:
- Serialized Form
StationException
public StationException(String message)
- Creation of a new station exception instance.
- Parameters:
message
- the exception message
StationException
public StationException(String message,
Exception cause)
- Creation of a new station exception instance.
- Parameters:
message
- the exception messagecause
- the causal exception