org.eaglei.datatools.client.status
Class ClientSideUnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eaglei.datatools.status.RepositoryProviderException
org.eaglei.datatools.client.status.ClientSideRepositoryException
org.eaglei.datatools.client.status.ClientSideUnauthorizedException
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable
public class ClientSideUnauthorizedException
- extends ClientSideRepositoryException
- implements com.google.gwt.user.client.rpc.IsSerializable
Thrown when HTTP status code of a repository response is 401 UNAUTHORIZED
- See Also:
- Serialized Form
| 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 |
ClientSideUnauthorizedException
public ClientSideUnauthorizedException()
ClientSideUnauthorizedException
public ClientSideUnauthorizedException(java.lang.String message)
ClientSideUnauthorizedException
public ClientSideUnauthorizedException(java.lang.String message,
java.lang.Throwable cause)
ClientSideUnauthorizedException
public ClientSideUnauthorizedException(java.lang.Throwable cause)
Copyright © 2009-2011 Eagle-I. All Rights Reserved.