org.eaglei.datatools.client.status
Class ClientSideRepositoryException

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
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable
Direct Known Subclasses:
ClientSideBadRequestException, ClientSideConflictException, ClientSideForbiddenException, ClientSideGoneException, ClientSideInternalServerErrorException, ClientSideInvalidSessionException, ClientSideNotAcceptableException, ClientSideNotFoundException, ClientSideUnauthorizedException

public class ClientSideRepositoryException
extends org.eaglei.datatools.status.RepositoryProviderException
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
Daniela Bourges-Waldegg
See Also:
Serialized Form

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

ClientSideRepositoryException

public ClientSideRepositoryException()

ClientSideRepositoryException

public ClientSideRepositoryException(java.lang.String message)

ClientSideRepositoryException

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

ClientSideRepositoryException

public ClientSideRepositoryException(java.lang.Throwable cause)


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