org.glassfish.api.invocation
Class InvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.api.invocation.InvocationException
All Implemented Interfaces:
java.io.Serializable

@Service
@Contract
public class InvocationException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
InvocationException()
           
InvocationException(java.lang.Exception ex)
           
InvocationException(java.lang.String s)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 
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()

InvocationException

public InvocationException(java.lang.String s)

InvocationException

public InvocationException(java.lang.Exception ex)
Method Detail

getNestedException

public java.lang.Exception getNestedException()


Copyright © 2012 GlassFish Community. All Rights Reserved.