hr.fer.tel.nims.dsa.client
Class SignalingAgentException
java.lang.Object
java.lang.Throwable
hr.fer.tel.nims.dsa.client.SignalingAgentException
- All Implemented Interfaces:
- java.io.Serializable
public class SignalingAgentException
- extends java.lang.Throwable
Exception thrown by the SignalingAgent when an error occurs in the
program execution. As an argument it takes a textual reason for the
exception or the cause if the exception was thrown on the lower level.
- Author:
- Ivan Piskovic
- See Also:
- Serialized Form
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SignalingAgentException
public SignalingAgentException()
SignalingAgentException
public SignalingAgentException(java.lang.String message)
SignalingAgentException
public SignalingAgentException(java.lang.String message,
java.lang.Throwable cause)
SignalingAgentException
public SignalingAgentException(java.lang.Throwable cause)