Class PrincipalAssignedValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PrincipalAssignedValidationException
    extends HybrisSystemException
    The exception class a validation error when checking a workflow action's assigned principal.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PrincipalAssignedValidationException​(java.lang.String message)
      Creates a new PrincipalAssignedValidationException object with the given message.
      PrincipalAssignedValidationException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new PrincipalAssignedValidationException object using the given message and cause exception.
    • 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

      • PrincipalAssignedValidationException

        public PrincipalAssignedValidationException​(java.lang.String message)
        Creates a new PrincipalAssignedValidationException object with the given message.
        Parameters:
        message - the reason for this PrincipalAssignedValidationException
      • PrincipalAssignedValidationException

        public PrincipalAssignedValidationException​(java.lang.String message,
                                                    java.lang.Throwable cause)
        Creates a new PrincipalAssignedValidationException object using the given message and cause exception.
        Parameters:
        message - The reason for this PrincipalAssignedValidationException.
        cause - the Throwable that caused this PrincipalAssignedValidationException.