Last update: 2011-06-23

org.proteios.method
Class MethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.proteios.method.MethodException
All Implemented Interfaces:
Serializable

public class MethodException
extends Exception

Author:
gregory
See Also:
Serialized Form

Constructor Summary
MethodException()
           
MethodException(String message)
           
MethodException(String message, Throwable cause)
           
MethodException(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

MethodException

public MethodException()

MethodException

public MethodException(String message)
Parameters:
message -

MethodException

public MethodException(String message,
                       Throwable cause)
Parameters:
message -
cause -

MethodException

public MethodException(Throwable cause)
Parameters:
cause -

Last update: 2011-06-23