org.beepcore.beep.core
Class CloseChannelException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.beepcore.beep.core.BEEPException
|
+--org.beepcore.beep.core.BEEPError
|
+--org.beepcore.beep.core.CloseChannelException
- All Implemented Interfaces:
- java.io.Serializable
- public class CloseChannelException
- extends BEEPError
A BEEPError designed to return information
about the errors associated with a close
channel request. Call getCode
and
getMessage
to retrieve error info ;)
- See Also:
- Serialized Form
Fields inherited from class org.beepcore.beep.core.BEEPError |
CODE_ACTION_NOT_AUTHORIZED, CODE_AUTHENTICATION_FAILURE, CODE_AUTHENTICATION_INSUFFICIENT, CODE_AUTHENTICATION_REQUIRED, CODE_AUTHENTICATION_REQUIRES_ENCRYPTION, CODE_GENERAL_SYNTAX_ERROR, CODE_PARAMETER_ERROR, CODE_PARAMETER_INVALID, CODE_PARAMETER_NOT_IMPLEMENTED, CODE_REQUESTED_ACTION_ABORTED, CODE_REQUESTED_ACTION_NOT_TAKEN, CODE_REQUESTED_ACTION_NOT_TAKEN2, CODE_SERVICE_NOT_AVAILABLE, CODE_SUCCESS, CODE_TEMPORARY_AUTHENTICATION_FAILURE, CODE_TRANSACTION_FAILED |
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 |
CloseChannelException
public CloseChannelException(int code,
java.lang.String diagnostic,
java.lang.String xmlLang)
- Constructor CloseChannelException
- Parameters:
code
- diagnostic
- xmlLang
-
CloseChannelException
public CloseChannelException(int code,
java.lang.String diagnostic)
- Constructor CloseChannelException
- Parameters:
code
- diagnostic
-
CloseChannelException
public CloseChannelException(int code)
- Constructor CloseChannelException
- Parameters:
code
-
Copyright ? 2001 Invisible Worlds, Inc. All Rights Reserved.