org.daisy.pipeline.client
Class Pipeline2WSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.daisy.pipeline.client.Pipeline2WSException
All Implemented Interfaces:
java.io.Serializable

public class Pipeline2WSException
extends java.lang.Exception

A generic error thrown by the Pipeline 2 Client Library.

Author:
jostein
See Also:
Serialized Form

Constructor Summary
Pipeline2WSException(java.lang.String message)
           
Pipeline2WSException(java.lang.String message, java.lang.Throwable cause)
           
Pipeline2WSException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pipeline2WSException

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

Pipeline2WSException

public Pipeline2WSException(java.lang.String message)

Pipeline2WSException

public Pipeline2WSException(java.lang.Throwable cause)