Package org.wso2.carbon.sequences.common
Class SequenceEditorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.sequences.common.SequenceEditorException
- All Implemented Interfaces:
Serializable
Exception class for the sequence-editor carbon component
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSequenceEditorException(String message) Creates a newSequenceEditorExceptioninstance.SequenceEditorException(String message, Throwable e) Creates a newSequenceEditorExceptioninstance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SequenceEditorException
public SequenceEditorException() -
SequenceEditorException
Creates a newSequenceEditorExceptioninstance.- Parameters:
message- a message field in the for the exception
-
SequenceEditorException
Creates a newSequenceEditorExceptioninstance.- Parameters:
message- a message field in the for the exceptione- the original exception.
-