org.dspace.app.webui.components
Class RecentSubmissionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dspace.app.webui.components.RecentSubmissionsException
All Implemented Interfaces:
Serializable

public class RecentSubmissionsException
extends Exception

General exception to be thrown by code working with recent submissions

Author:
Richard Jones
See Also:
Serialized Form

Constructor Summary
RecentSubmissionsException()
           
RecentSubmissionsException(String message)
           
RecentSubmissionsException(String message, Throwable cause)
           
RecentSubmissionsException(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

RecentSubmissionsException

public RecentSubmissionsException()

RecentSubmissionsException

public RecentSubmissionsException(String message)

RecentSubmissionsException

public RecentSubmissionsException(String message,
                                  Throwable cause)

RecentSubmissionsException

public RecentSubmissionsException(Throwable cause)


Copyright © 2013 DuraSpace. All Rights Reserved.