com.sun.jaw.impl.adaptor.security
Class UnauthorizedSecurityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.SecurityException
                          |
                          +--com.sun.jaw.reference.common.JawSecurityException
                                |
                                +--com.sun.jaw.impl.adaptor.security.UnauthorizedSecurityException

public class UnauthorizedSecurityException
extends JawSecurityException

This security exception is thrown by all the methods in the AdaptorMO interface when the client's login/password is not supported by the server we are trying to talk to.

See Also:
Serialized Form

Constructor Summary
UnauthorizedSecurityException()
          Default constructor.
UnauthorizedSecurityException(java.lang.String msg)
          Constructor that allows a specific error message to be specified.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnauthorizedSecurityException

public UnauthorizedSecurityException()
Default constructor.

UnauthorizedSecurityException

public UnauthorizedSecurityException(java.lang.String msg)
Constructor that allows a specific error message to be specified.