org.beepcore.beep.core
Class CloseChannelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.beepcore.beep.core.BEEPException
              extended byorg.beepcore.beep.core.BEEPError
                  extended byorg.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

Field Summary
 
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
 
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

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.