org.crsh.cli.impl.invocation
Class InvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.crsh.cli.CLIException
                  extended by org.crsh.cli.impl.invocation.InvocationException
All Implemented Interfaces:
Serializable

public class InvocationException
extends CLIException

See Also:
Serialized Form

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

InvocationException

public InvocationException(String message)

InvocationException

public InvocationException(String message,
                           Throwable cause)

InvocationException

public InvocationException(Throwable cause)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.