Package org.openbravo.authentication
Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.authentication.AuthenticationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationExpirationPasswordException
,ChangePasswordException
public class AuthenticationException extends OBException
- Author:
- adrianromero, iperdomo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(String msg)
AuthenticationException(String msg, Boolean isLogExceptionNeeded)
AuthenticationException(String msg, Throwable cause)
AuthenticationException(String msg, OBError error)
AuthenticationException(String msg, OBError error, Boolean isLogExceptionNeeded)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OBError
getOBError()
-
Methods inherited from class org.openbravo.base.exception.OBException
getLogger, isLogExceptionNeeded
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-