com.programix.da2.exception
Class NotAuthenticatedDAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.programix.da2.exception.DAException
com.programix.da2.exception.SecurityDAException
com.programix.da2.exception.NotAuthenticatedDAException
- All Implemented Interfaces:
- Serializable
public class NotAuthenticatedDAException
- extends SecurityDAException
This kind of SecurityDAException is thrown to indicate
that the user has not been authenticated.
Under some schemes, the application may be able to recover from
this by transparently re-logging-in the user or by prompting the
user to present his/her credentials.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAuthenticatedDAException
public NotAuthenticatedDAException()
NotAuthenticatedDAException
public NotAuthenticatedDAException(String message,
Throwable cause)
NotAuthenticatedDAException
public NotAuthenticatedDAException(String message)
NotAuthenticatedDAException
public NotAuthenticatedDAException(Throwable cause)
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.