Class FaultToleranceDefinitionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FaultToleranceDefinitionException
    extends FaultToleranceException
    The exception should be thrown when the definition of any Fault Tolerance annotations is invalid. The deployment should fail. Emily Jiang
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FaultToleranceDefinitionException

        public FaultToleranceDefinitionException()
      • FaultToleranceDefinitionException

        public FaultToleranceDefinitionException​(java.lang.Throwable t)
      • FaultToleranceDefinitionException

        public FaultToleranceDefinitionException​(java.lang.String message)
      • FaultToleranceDefinitionException

        public FaultToleranceDefinitionException​(java.lang.String message,
                                                 java.lang.Throwable t)