Class AuthException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.security.auth.AuthException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RemoteAuthException
- Author:
- Brian Wing Shun Chan, Zsolt Berentey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionAuthException
(String msg) AuthException
(String msg, Throwable throwable) AuthException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR- See Also:
-
INVALID_SHARED_SECRET
public static final int INVALID_SHARED_SECRET- See Also:
-
NO_SHARED_SECRET
public static final int NO_SHARED_SECRET- See Also:
-
-
Constructor Details
-
AuthException
public AuthException() -
AuthException
-
AuthException
-
AuthException
-
-
Method Details
-
getType
public int getType() -
setType
public void setType(int type)
-