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.
-
UnauthorizedSecurityException()
- Default constructor.
-
UnauthorizedSecurityException(String)
- Constructor that allows a specific error message to be specified.
UnauthorizedSecurityException
public UnauthorizedSecurityException()
- Default constructor.
UnauthorizedSecurityException
public UnauthorizedSecurityException(String msg)
- Constructor that allows a specific error message to be specified.
All Packages Class Hierarchy This Package Previous Next Index