swpchat.server
Class AuthorizationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--swpchat.server.AuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationException
extends java.lang.Exception

thrown by ProtocolHandler.authorize when authorization fails

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
AuthorizationException()
          Construct an exception using the misplaced object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

AuthorizationException

public AuthorizationException()
Construct an exception using the misplaced object.