|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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
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 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 |
public UnauthorizedSecurityException()
public UnauthorizedSecurityException(java.lang.String msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||