Class PrincipalAssignedValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.b2bacceleratorfacades.exception.HybrisSystemException
de.hybris.platform.b2bacceleratorfacades.exception.PrincipalAssignedValidationException
- All Implemented Interfaces:
Serializable
The exception class a validation error when checking a workflow action's assigned principal.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new PrincipalAssignedValidationException object with the given message.PrincipalAssignedValidationException(String message, 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
-
Constructor Details
-
PrincipalAssignedValidationException
Creates a new PrincipalAssignedValidationException object with the given message.- Parameters:
message- the reason for this PrincipalAssignedValidationException
-
PrincipalAssignedValidationException
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.
-