com.tivoli.twg.monitor.api
Class TWGMonException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.monitor.api.TWGMonException
All Implemented Interfaces:
java.io.Serializable

public class TWGMonException
extends java.lang.Exception

Signals that the server could not be started due to a failure that is described in the string in the exception

See Also:
Serialized Form

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

TWGMonException

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


TWGMonException

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

Parameters:
s - - the detail message.