org.systinet.wasp.webservice
Class PublishException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.systinet.wasp.webservice.PublishException
All Implemented Interfaces:
java.io.Serializable

public class PublishException
extends WrappedException

Exception thrown by publish and unpublish methods on Registry.

Since:
4.5
See Also:
Serialized Form
Component:
Core

Constructor Summary
PublishException()
          Creates a new PublishException instance.
PublishException(java.lang.String message)
          Creates a new PublishException instance.
PublishException(java.lang.String message, java.lang.Throwable reason)
          Creates a new PublishException instance.
PublishException(java.lang.Throwable reason)
          Creates a new PublishException instance.
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublishException

public PublishException()
Creates a new PublishException instance.


PublishException

public PublishException(java.lang.String message)
Creates a new PublishException instance.

Parameters:
message - the message

PublishException

public PublishException(java.lang.String message,
                        java.lang.Throwable reason)
Creates a new PublishException instance.

Parameters:
message - the message
reason - the embedded exception

PublishException

public PublishException(java.lang.Throwable reason)
Creates a new PublishException instance.

Parameters:
reason - embedded exception