org.kuali.rice.krad.exception
Class ExportNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.kew.api.WorkflowRuntimeException
                  extended by org.kuali.rice.krad.exception.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:
Serialized Form

Constructor Summary
ExportNotSupportedException()
           
ExportNotSupportedException(String message)
           
ExportNotSupportedException(String message, Throwable cause)
           
ExportNotSupportedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

ExportNotSupportedException

public ExportNotSupportedException(String message)

ExportNotSupportedException

public ExportNotSupportedException()

ExportNotSupportedException

public ExportNotSupportedException(String message,
                                   Throwable cause)

ExportNotSupportedException

public ExportNotSupportedException(Throwable cause)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.