org.jasig.portlet.newsreader.adapter
Class NewsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.portlet.newsreader.adapter.NewsException
All Implemented Interfaces:
Serializable

public class NewsException
extends RuntimeException

Author:
Anthony Colebourne, Jen Bourey
See Also:
Serialized Form

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

NewsException

public NewsException()

NewsException

public NewsException(String message,
                     Throwable cause)

NewsException

public NewsException(String message)

NewsException

public NewsException(Throwable cause)


Copyright © 2009-2011 Jasig. All Rights Reserved.