|
Ila | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.topoweb.ila.IlaException
|
+--org.topoweb.ila.server.AuthenticationException
Exception type indicating an authentication error for a privileged network service (e.g. SPIs).
| Constructor Summary | |
AuthenticationException()
Creates a default instance. |
|
AuthenticationException(IlaSession session)
Creates a new instance with the specified session. |
|
AuthenticationException(java.lang.String message)
Creates a new instance with the specified message. |
|
AuthenticationException(java.lang.String message,
IlaSession session)
Creates an instance with the given message and
session. |
|
| Method Summary | |
IlaSession |
getSession()
Returns the session. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AuthenticationException(java.lang.String message)
message.
message - the detail messagepublic AuthenticationException(IlaSession session)
session.
session - the session infopublic AuthenticationException()
public AuthenticationException(java.lang.String message,
IlaSession session)
message and
session.
message - the detail messagesession - the session infogetSession().| Method Detail |
public IlaSession getSession()
|
Ila | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||