org.apache.lokahi.core.common.exception
Class TMCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lokahi.core.common.exception.TMCException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyExistException, AuthorizationException, TMCIllegalArgumentException, UnsupportedParameterException

public class TMCException
extends java.lang.Exception

Version:
$Id: TMCException.java,v 1.1 2006/03/07 20:18:51 drtobes Exp $
Author:
Stephen Toback
See Also:
Serialized Form

Constructor Summary
TMCException()
           
TMCException(java.lang.String message)
           
TMCException(java.lang.String message, java.lang.Throwable cause)
           
TMCException(java.lang.Throwable cause)
           
 
Method Summary
 
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

TMCException

public TMCException()

TMCException

public TMCException(java.lang.String message)
Parameters:
message -

TMCException

public TMCException(java.lang.Throwable cause)
Parameters:
cause -

TMCException

public TMCException(java.lang.String message,
                    java.lang.Throwable cause)
Parameters:
message -
cause -