|
||||||||||
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.beepcore.beep.core.BEEPException
org.beepcore.beep.core.BEEPError
org.beepcore.beep.core.CloseChannelException
A BEEPError designed to return information
about the errors associated with a close
channel request. Call getCode
and
getMessage
to retrieve error info ;)
Field Summary |
Constructor Summary | |
CloseChannelException(int code)
Constructor CloseChannelException |
|
CloseChannelException(int code,
java.lang.String diagnostic)
Constructor CloseChannelException |
|
CloseChannelException(int code,
java.lang.String diagnostic,
java.lang.String xmlLang)
Constructor CloseChannelException |
Methods inherited from class org.beepcore.beep.core.BEEPError |
convertMessageERRToException, createErrorMessage, createErrorMessage, createErrorMessage, getCode, getDiagnostic, getXMLLang |
Methods inherited from class org.beepcore.beep.core.BEEPException |
getCause, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CloseChannelException(int code, java.lang.String diagnostic, java.lang.String xmlLang)
code
- diagnostic
- xmlLang
- public CloseChannelException(int code, java.lang.String diagnostic)
code
- diagnostic
- public CloseChannelException(int code)
code
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |