Class RuleServiceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RuleServiceException
    extends org.alfresco.error.AlfrescoRuntimeException
    Rule Service Exception Class
    Author:
    Roy Wetherall
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleServiceException​(java.lang.String message)
      Construtor
      RuleServiceException​(java.lang.String message, java.lang.Throwable source)
      Constructor
    • Method Summary

      • Methods inherited from class org.alfresco.error.AlfrescoRuntimeException

        create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
      • 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

      • RuleServiceException

        public RuleServiceException​(java.lang.String message)
        Construtor
        Parameters:
        message - the message string
      • RuleServiceException

        public RuleServiceException​(java.lang.String message,
                                    java.lang.Throwable source)
        Constructor
        Parameters:
        message - the message string
        source - the source exception