jus.util
Class AcceptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jus.util.AcceptorException
All Implemented Interfaces:
java.io.Serializable

public class AcceptorException
extends java.lang.Exception

Author:
morat
See Also:
Serialized Form

Field Summary
 java.lang.Object rejected
           
 
Constructor Summary
AcceptorException()
          Creates a new instance of AcceptorException without detail message.
AcceptorException(java.lang.Object o)
          Constructs an instance of AcceptorException with the specified detail message.
 
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
 

Field Detail

rejected

public java.lang.Object rejected
Constructor Detail

AcceptorException

public AcceptorException()
Creates a new instance of AcceptorException without detail message.


AcceptorException

public AcceptorException(java.lang.Object o)
Constructs an instance of AcceptorException with the specified detail message.

Parameters:
msg - the detail message.