com.tivoli.twg.alertmgr
Class TWGPublishException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.alertmgr.TWGPublishException
All Implemented Interfaces:
java.io.Serializable

public class TWGPublishException
extends java.lang.Exception

Base exception for any out of bounds condition

See Also:
Serialized Form

Constructor Summary
TWGPublishException()
          Constructs a TWGPublishException with no detail message.
TWGPublishException(java.lang.String s)
          Constructs a TWGPublishException with the specified detail message.
 
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

TWGPublishException

public TWGPublishException()
Constructs a TWGPublishException with no detail message.


TWGPublishException

public TWGPublishException(java.lang.String s)
Constructs a TWGPublishException with the specified detail message.

Parameters:
s - - the detail message.