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
public class SequenceEditorException extends Exception
Exception class for the sequence-editor carbon component- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SequenceEditorException()
SequenceEditorException(String message)
Creates a newSequenceEditorException
instance.SequenceEditorException(String message, Throwable e)
Creates a newSequenceEditorException
instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SequenceEditorException
public SequenceEditorException()
-
SequenceEditorException
public SequenceEditorException(String message)
Creates a newSequenceEditorException
instance.- Parameters:
message
- a message field in the for the exception
-
-