|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.idoox.xmlrpc.MultipleHeadersException
This exception is thrown by the Message
interface to indicate
that multiple headers meet given lookup conditions but single header must be
selected.
Constructor Summary | |
MultipleHeadersException()
Creates a new MultipleHeadersException instance. |
|
MultipleHeadersException(java.lang.String reason)
Creates a new MultipleHeadersException instance. |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MultipleHeadersException()
MultipleHeadersException
instance.
public MultipleHeadersException(java.lang.String reason)
MultipleHeadersException
instance.
reason
- the inner exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |