com.tagtraum.sixbs
Class SIXBSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.tagtraum.sixbs.SIXBSException
All Implemented Interfaces:
java.io.Serializable

public class SIXBSException
extends java.io.IOException

SIXBS Exception.

Version:
$Id: SIXBSException.java,v 1.1 2001/05/06 14:55:01 Hendrik Exp $
Author:
Hendrik Schreiber
See Also:
Serialized Form

Field Summary
static java.lang.String vcid
          Source-Version
 
Constructor Summary
SIXBSException(java.lang.String message, java.lang.Throwable t)
           
SIXBSException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.Throwable getNestedThrowable()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

vcid

public static java.lang.String vcid
Source-Version

Constructor Detail

SIXBSException

public SIXBSException(java.lang.String message,
                      java.lang.Throwable t)

SIXBSException

public SIXBSException(java.lang.Throwable t)
Method Detail

getNestedThrowable

public java.lang.Throwable getNestedThrowable()

toString

public java.lang.String toString()