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:
Serializable

@Service
@Contract
public class InvocationException
extends RuntimeException

See Also:
Serialized Form

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

InvocationException

public InvocationException(Exception ex)
Method Detail

getNestedException

public Exception getNestedException()


Copyright © 2012 GlassFish Community. All Rights Reserved.