blackboard.platform
Class BbServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by blackboard.platform.BbServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FileSystemException, LicenseException

public class BbServiceException
extends java.lang.Exception

BbServiceException

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

Field Summary
protected  java.lang.Throwable _nestedException
           
 
Constructor Summary
BbServiceException(java.lang.String msg)
          Constructor
BbServiceException(java.lang.String msg, java.lang.Throwable nestedException)
          Constructor
BbServiceException(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

BbServiceException

public BbServiceException(java.lang.String msg)
Constructor


BbServiceException

public BbServiceException(java.lang.Throwable nestedException)
Constructor


BbServiceException

public BbServiceException(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.