org.crsh.shell.impl
Class CreateCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.crsh.shell.impl.CreateCommandException
All Implemented Interfaces:
Serializable

final class CreateCommandException
extends Exception

Version:
$Revision$
Author:
Julien Viet

Field Summary
private  ShellResponse response
          .
 
Constructor Summary
CreateCommandException(ErrorType errorType, String message)
           
CreateCommandException(ErrorType errorType, String message, Throwable cause)
           
CreateCommandException(ErrorType errorType, Throwable cause)
           
CreateCommandException(ShellResponse response)
           
 
Method Summary
 ShellResponse getResponse()
           
 
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
 

Field Detail

response

private final ShellResponse response
.

Constructor Detail

CreateCommandException

CreateCommandException(ShellResponse response)

CreateCommandException

CreateCommandException(ErrorType errorType,
                       String message)

CreateCommandException

CreateCommandException(ErrorType errorType,
                       String message,
                       Throwable cause)

CreateCommandException

CreateCommandException(ErrorType errorType,
                       Throwable cause)
Method Detail

getResponse

public ShellResponse getResponse()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.