Class STMException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.chenile.stm.exception.STMException
All Implemented Interfaces:
Serializable

public class STMException extends Exception
Custom exception for the STM framework.
Author:
Raja Shankar Kolluru
See Also:
  • Field Details

  • Constructor Details

    • STMException

      public STMException(String message, int messageId, Throwable cause)
    • STMException

      public STMException(String message, int messageId)
    • STMException

      public STMException(String message, int messageId, State state)
  • Method Details

    • getMessageId

      public int getMessageId()
    • getSate

      public State getSate()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable