net.sf.hibernate4gwt.exception
Class InvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.hibernate4gwt.exception.InvocationException
All Implemented Interfaces:
java.io.Serializable

public class InvocationException
extends java.lang.RuntimeException

Invocation exception

Author:
bruno.marchesson
See Also:
Serialized Form

Constructor Summary
InvocationException()
          Empty constructor
InvocationException(java.lang.String arg0)
          Ctor
InvocationException(java.lang.String arg0, java.lang.Throwable arg1)
          Ctor
InvocationException(java.lang.Throwable arg0)
          Ctor
 
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

InvocationException

public InvocationException()
Empty constructor


InvocationException

public InvocationException(java.lang.String arg0)
Ctor

Parameters:
arg0 -

InvocationException

public InvocationException(java.lang.Throwable arg0)
Ctor

Parameters:
arg0 -

InvocationException

public InvocationException(java.lang.String arg0,
                           java.lang.Throwable arg1)
Ctor

Parameters:
arg0 -
arg1 -