com.liferay.portal.security.auth
Class RemoteAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.security.auth.AuthException
com.liferay.portal.security.auth.RemoteAuthException
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteAuthException
- extends AuthException
- Author:
- Zsolt Berentey
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getURL()
|
void |
setURL(java.lang.String url)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WRONG_SHARED_SECRET
public static final int WRONG_SHARED_SECRET
- See Also:
- Constant Field Values
RemoteAuthException
public RemoteAuthException()
RemoteAuthException
public RemoteAuthException(java.lang.String msg)
RemoteAuthException
public RemoteAuthException(java.lang.String msg,
java.lang.Throwable cause)
RemoteAuthException
public RemoteAuthException(java.lang.Throwable cause)
getURL
public java.lang.String getURL()
setURL
public void setURL(java.lang.String url)