Class SequenceEditorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.sequences.stub.types.SequenceEditorException
All Implemented Interfaces:
Serializable

public class SequenceEditorException extends Exception
See Also:
  • Constructor Details

    • SequenceEditorException

      public SequenceEditorException()
    • SequenceEditorException

      public SequenceEditorException(String s)
    • SequenceEditorException

      public SequenceEditorException(String s, Throwable ex)
    • SequenceEditorException

      public SequenceEditorException(Throwable cause)
  • Method Details