org.scale7.cassandra.pelops.exceptions
Class PelopsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.scale7.cassandra.pelops.exceptions.PelopsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplicationException, AuthenticationException, AuthorizationException, InvalidRequestException, NoConnectionsAvailableException, NotFoundException, ProtocolException, TimedOutException, TransportException, UnavailableException

public class PelopsException
extends RuntimeException

Base exception thrown by pelops.

See Also:
Serialized Form

Constructor Summary
PelopsException()
           
PelopsException(String s)
           
PelopsException(String s, Throwable throwable)
           
PelopsException(Throwable throwable)
           
 
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

PelopsException

public PelopsException()

PelopsException

public PelopsException(String s)

PelopsException

public PelopsException(String s,
                       Throwable throwable)

PelopsException

public PelopsException(Throwable throwable)


Copyright © 2011. All Rights Reserved.