Package org.hippoecm.addon.workflow
Class WorkflowSNSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hippoecm.repository.api.WorkflowException
-
- org.hippoecm.addon.workflow.WorkflowSNSException
-
- All Implemented Interfaces:
Serializable
public class WorkflowSNSException extends WorkflowException
Exception to notify same-name-siblings error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowSNSException(String message)
WorkflowSNSException(String message, String conflictingName)
WorkflowSNSException(String message, String conflictingName, Exception reason)
WorkflowSNSException(String message, RepositoryException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConflictingName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WorkflowSNSException
public WorkflowSNSException(String message)
-
WorkflowSNSException
public WorkflowSNSException(String message, RepositoryException e)
-
-
Method Detail
-
getConflictingName
public String getConflictingName()
-
-