com.ibm.websphere.webmsg.publisher
Class PublisherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.webmsg.publisher.PublisherException
All Implemented Interfaces:
java.io.Serializable

public class PublisherException
extends java.lang.Exception

General purpose exception for problems occurring with publishing.

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 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()
See Also:
Exception.Exception()

PublisherException

public PublisherException(java.lang.String message,
                          java.lang.Throwable cause)
See Also:
Exception.Exception(String, Throwable)

PublisherException

public PublisherException(java.lang.String message)
See Also:
Exception.Exception(String)

PublisherException

public PublisherException(java.lang.Throwable cause)
See Also:
Exception.Exception(Throwable)