net.sf.crispy
Class InvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.crispy.InvocationException
All Implemented Interfaces:
java.io.Serializable

public class InvocationException
extends java.lang.RuntimeException

Is thrown, if is a problem with the creation or invocation a service.

Author:
Linke
See Also:
Serialized Form

Constructor Summary
InvocationException(ExceptionWrapper pvExceptionWrapper)
           
InvocationException(java.lang.String pvMsg)
           
InvocationException(java.lang.String pvMsg, java.lang.Throwable pvCause)
           
 
Method Summary
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvocationException

public InvocationException(java.lang.String pvMsg)

InvocationException

public InvocationException(java.lang.String pvMsg,
                           java.lang.Throwable pvCause)

InvocationException

public InvocationException(ExceptionWrapper pvExceptionWrapper)
Method Detail

printStackTrace

public void printStackTrace()


Copyright © 2005-2006 Crispy. All Rights Reserved.