Class ExportNotSupportedException

All Implemented Interfaces:
Serializable

public class ExportNotSupportedException extends WorkflowRuntimeException
Exception thrown when an invalid export is attempted.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • ExportNotSupportedException

      public ExportNotSupportedException(String message)
    • ExportNotSupportedException

      public ExportNotSupportedException()
    • ExportNotSupportedException

      public ExportNotSupportedException(String message, Throwable cause)
    • ExportNotSupportedException

      public ExportNotSupportedException(Throwable cause)