hr.fer.tel.nims.dsa.client
Class SignalingAgentException

java.lang.Object
  extended by java.lang.Throwable
      extended by 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

Constructor Summary
SignalingAgentException()
           
SignalingAgentException(java.lang.String message)
           
SignalingAgentException(java.lang.String message, java.lang.Throwable cause)
           
SignalingAgentException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)