org.biffle.cliff.pearl
Class PearlException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.biffle.cliff.pearl.PearlException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FailureException, NAKException, PearlIOException, UnexpectedResponseException, VersionException

public class PearlException
extends java.lang.Exception

Thrown when something goes awry in the Pearl protocol internals.

See Also:
Serialized Form

Constructor Summary
PearlException(java.lang.String message)
          Creates a new PearlException with a message.
 
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

PearlException

public PearlException(java.lang.String message)
Creates a new PearlException with a message.