org.outerj.daisy.publisher
Class PublisherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.outerj.daisy.repository.RepositoryException
              extended by org.outerj.daisy.publisher.PublisherException
All Implemented Interfaces:
java.io.Serializable

public class PublisherException
extends org.outerj.daisy.repository.RepositoryException

See Also:
Serialized Form

Constructor Summary
PublisherException()
           
PublisherException(java.lang.String message)
           
PublisherException(java.lang.String message, java.lang.Throwable cause)
           
PublisherException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.outerj.daisy.repository.RepositoryException
getState
 
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

PublisherException

public PublisherException()

PublisherException

public PublisherException(java.lang.String message)

PublisherException

public PublisherException(java.lang.Throwable cause)

PublisherException

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


Copyright © -2012 . All Rights Reserved.