Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Class AuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.security.auth.AuthException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RemoteAuthException

public class AuthException
extends PortalException

See Also:
Serialized Form

Field Summary
static int INTERNAL_SERVER_ERROR
           
static int INVALID_SHARED_SECRET
           
static int NO_SHARED_SECRET
           
 
Constructor Summary
AuthException()
           
AuthException(String msg)
           
AuthException(String msg, Throwable cause)
           
AuthException(Throwable cause)
           
 
Method Summary
 int getType()
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INTERNAL_SERVER_ERROR

public static final int INTERNAL_SERVER_ERROR
See Also:
Constant Field Values

INVALID_SHARED_SECRET

public static final int INVALID_SHARED_SECRET
See Also:
Constant Field Values

NO_SHARED_SECRET

public static final int NO_SHARED_SECRET
See Also:
Constant Field Values
Constructor Detail

AuthException

public AuthException()

AuthException

public AuthException(String msg)

AuthException

public AuthException(String msg,
                     Throwable cause)

AuthException

public AuthException(Throwable cause)
Method Detail

getType

public int getType()

setType

public void setType(int type)

Liferay 6.2-ce-ga5