Class CommandRunningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.auto.framework.operation.commmand.CommandRunningException
All Implemented Interfaces:
java.io.Serializable

public class CommandRunningException
extends java.lang.RuntimeException
User: Priytam Jee Pandey Date: 28/05/20 Time: 1:17 pm email: mrpjpandey@gmail.com
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    CommandRunningException​(java.lang.Exception cause)  
  • Method Summary

    Modifier and Type Method Description
    java.io.IOException getCause()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getCause

      public java.io.IOException getCause()
      Overrides:
      getCause in class java.lang.Throwable