org.jasig.portlet.notice.service.exceptions
Class NotificationServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.portlet.notice.service.exceptions.NotificationServiceException
All Implemented Interfaces:
Serializable

public class NotificationServiceException
extends Exception

See Also:
Serialized Form

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

NotificationServiceException

public NotificationServiceException()

NotificationServiceException

public NotificationServiceException(String message,
                                    Throwable cause)

NotificationServiceException

public NotificationServiceException(String message)

NotificationServiceException

public NotificationServiceException(Throwable cause)


Copyright © 2012 Jasig. All Rights Reserved.