|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jus.util.AcceptorException
public class AcceptorException
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 rejected object. |
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 |
---|
public java.lang.Object rejected
Constructor Detail |
---|
public AcceptorException()
AcceptorException
without detail message.
public AcceptorException(java.lang.Object o)
AcceptorException
with rejected object.
o
- yhe rejected object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |