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:
  • Constructor Details

    • SequenceEditorException

      public SequenceEditorException()
    • SequenceEditorException

      public SequenceEditorException(String message)
      Creates a new SequenceEditorException instance.
      Parameters:
      message - a message field in the for the exception
    • SequenceEditorException

      public SequenceEditorException(String message, Throwable e)
      Creates a new SequenceEditorException instance.
      Parameters:
      message - a message field in the for the exception
      e - the original exception.