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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lokahi.core.common.exception.TMCException
              extended by org.apache.lokahi.core.common.exception.UnsupportedParameterException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedParameterException
extends TMCException

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

Constructor Summary
UnsupportedParameterException()
           
UnsupportedParameterException(java.lang.String err)
           
 
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

UnsupportedParameterException

public UnsupportedParameterException()

UnsupportedParameterException

public UnsupportedParameterException(java.lang.String err)