Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Class RemoteAuthException

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
                      extended by com.liferay.portal.security.auth.RemoteAuthException
All Implemented Interfaces:
Serializable

public class RemoteAuthException
extends AuthException

See Also:
Serialized Form

Field Summary
static int WRONG_SHARED_SECRET
           
 
Fields inherited from class com.liferay.portal.security.auth.AuthException
INTERNAL_SERVER_ERROR, INVALID_SHARED_SECRET, NO_SHARED_SECRET
 
Constructor Summary
RemoteAuthException()
           
RemoteAuthException(String msg)
           
RemoteAuthException(String msg, Throwable cause)
           
RemoteAuthException(Throwable cause)
           
 
Method Summary
 String getURL()
           
 void setURL(String url)
           
 
Methods inherited from class com.liferay.portal.security.auth.AuthException
getType, setType
 
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

WRONG_SHARED_SECRET

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

RemoteAuthException

public RemoteAuthException()

RemoteAuthException

public RemoteAuthException(String msg)

RemoteAuthException

public RemoteAuthException(String msg,
                           Throwable cause)

RemoteAuthException

public RemoteAuthException(Throwable cause)
Method Detail

getURL

public String getURL()

setURL

public void setURL(String url)

Liferay 6.2-ce-ga5