com.tivoli.twg.agent
Class TWGAgentException

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

public class TWGAgentException
extends java.lang.Exception

Base exception for agent extension exceptions

See Also:
Serialized Form

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

TWGAgentException

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


TWGAgentException

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

Parameters:
s - - the detail message.