All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.adaptor.security.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.


Constructor Index

 o UnauthorizedSecurityException()
Default constructor.
 o UnauthorizedSecurityException(String)
Constructor that allows a specific error message to be specified.

Constructors

 o UnauthorizedSecurityException
 public UnauthorizedSecurityException()
Default constructor.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index