Package org.kuali.rice.krad.exception
Class ExportNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.kew.api.WorkflowRuntimeException
org.kuali.rice.krad.exception.ExportNotSupportedException
- All Implemented Interfaces:
Serializable
public class ExportNotSupportedException
extends org.kuali.rice.kew.api.WorkflowRuntimeException
Exception thrown when an invalid export is attempted.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExportNotSupportedException(String message) ExportNotSupportedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExportNotSupportedException
-
ExportNotSupportedException
public ExportNotSupportedException() -
ExportNotSupportedException
-
ExportNotSupportedException
-