-bottom

com.jivesoftware.forum
Class RewardException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jivesoftware.forum.RewardException

public class RewardException
extends Exception

Thrown when an error occurs during a failed operation in the RewardManager.

See Also:
Serialized Form

Constructor Summary
RewardException()
           
RewardException(String msg)
           
RewardException(String msg, Throwable nestedThrowable)
           
RewardException(Throwable nestedThrowable)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RewardException

public RewardException()

RewardException

public RewardException(String msg)

RewardException

public RewardException(Throwable nestedThrowable)

RewardException

public RewardException(String msg,
                       Throwable nestedThrowable)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable

-bottom