com.ibm.websphere.webmsg.publisher
Class PublisherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)