org.yasl.xmlobjects
Class MethodCallException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.yasl.xmlobjects.MethodCallException
All Implemented Interfaces:
Serializable

public class MethodCallException
extends Exception

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

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

MethodCallException

public MethodCallException()

MethodCallException

public MethodCallException(String message)

MethodCallException

public MethodCallException(Throwable cause)

MethodCallException

public MethodCallException(String message,
                           Throwable cause)