blackboard.platform
Class RuntimeBbServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by blackboard.platform.RuntimeBbServiceException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeBbServiceException
extends java.lang.RuntimeException

RuntimeBbServiceException

Since:
Bb 5.5
Version:
$Revision: #1 $ $Date: 2005/06/27 $
See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable _nestedException
           
 
Constructor Summary
RuntimeBbServiceException(java.lang.String msg)
          Constructor
RuntimeBbServiceException(java.lang.String msg, java.lang.Throwable nestedException)
          Constructor
RuntimeBbServiceException(java.lang.Throwable nestedException)
          Constructor
 
Method Summary
 java.lang.Throwable getNestedException()
          getNestedException
 void printStackTrace()
          printStackTrace
 void printStackTrace(java.io.PrintStream s)
          printStackTrace
 void printStackTrace(java.io.PrintWriter s)
          printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_nestedException

protected java.lang.Throwable _nestedException
Constructor Detail

RuntimeBbServiceException

public RuntimeBbServiceException(java.lang.String msg)
Constructor


RuntimeBbServiceException

public RuntimeBbServiceException(java.lang.Throwable nestedException)
Constructor


RuntimeBbServiceException

public RuntimeBbServiceException(java.lang.String msg,
                                 java.lang.Throwable nestedException)
Constructor

Method Detail

getNestedException

public java.lang.Throwable getNestedException()
getNestedException


printStackTrace

public void printStackTrace()
printStackTrace

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
printStackTrace

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
printStackTrace

Overrides:
printStackTrace in class java.lang.Throwable


Copyright © 2003 Blackboard, Inc. All Rights Reserved.