org.eaglei.datatools.client.status
Class ClientSideNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eaglei.datatools.status.RepositoryProviderException
              extended by org.eaglei.datatools.client.status.ClientSideRepositoryException
                  extended by org.eaglei.datatools.client.status.ClientSideNotFoundException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable

public class ClientSideNotFoundException
extends ClientSideRepositoryException
implements com.google.gwt.user.client.rpc.IsSerializable

Thrown when HTTP status code of a repository response is 404 (NOT FOUND)

See Also:
Serialized Form

Constructor Summary
ClientSideNotFoundException()
           
ClientSideNotFoundException(java.lang.String message)
           
ClientSideNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
ClientSideNotFoundException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

ClientSideNotFoundException

public ClientSideNotFoundException()

ClientSideNotFoundException

public ClientSideNotFoundException(java.lang.String message)

ClientSideNotFoundException

public ClientSideNotFoundException(java.lang.String message,
                                   java.lang.Throwable cause)

ClientSideNotFoundException

public ClientSideNotFoundException(java.lang.Throwable cause)


Copyright © 2009-2011 Eagle-I. All Rights Reserved.