Package com.highdeal.iec
Class ExecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.highdeal.iec.ExecException
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance ofExecExceptionwithnullas exception message.ExecException(String message) Constructs a new instance ofExecExceptionwith the specified text message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecException
public ExecException()Constructs a new instance ofExecExceptionwithnullas exception message. -
ExecException
Constructs a new instance ofExecExceptionwith the specified text message.- Parameters:
message- The exception message that specifies more information details; It is accessible by theThrowable.getMessage()method.
-