Package de.mhus.lib.errors
Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.mhus.lib.errors.MRuntimeException
-
- de.mhus.lib.errors.AuthenticationException
-
- All Implemented Interfaces:
IResult,Serializable
public class AuthenticationException extends MRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(int rc)AuthenticationException(IResult cause)AuthenticationException(RC.CAUSE causeHandling, Object... in)AuthenticationException(RC.CAUSE causeHandling, String msg, Object... parameters)AuthenticationException(Object... in)AuthenticationException(String msg, Object... in)AuthenticationException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RC.STATUSgetDefaultStatus()-
Methods inherited from class de.mhus.lib.errors.MRuntimeException
getReturnCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.mhus.lib.basics.IResult
getMessage
-
-
-
-
Constructor Detail
-
AuthenticationException
public AuthenticationException(Object... in)
-
AuthenticationException
public AuthenticationException(Throwable cause)
-
AuthenticationException
public AuthenticationException(IResult cause)
-
AuthenticationException
public AuthenticationException(RC.CAUSE causeHandling, String msg, Object... parameters)
-
AuthenticationException
public AuthenticationException(int rc)
-
-
Method Detail
-
getDefaultStatus
public static RC.STATUS getDefaultStatus()
-
-