swBackend
Class SWException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--swBackend.SWException
All Implemented Interfaces:
java.io.Serializable

public class SWException
extends java.lang.Exception

Author:
Manuel Stritt
See Also:
Serialized Form

Constructor Summary
SWException()
           
SWException(java.lang.String s)
           
SWException(java.lang.String message, java.lang.Throwable cause)
           
SWException(java.lang.Throwable cause)
           
 
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

SWException

public SWException()

SWException

public SWException(java.lang.String s)
Parameters:
s -

SWException

public SWException(java.lang.Throwable cause)
Parameters:
cause -

SWException

public SWException(java.lang.String message,
                   java.lang.Throwable cause)
Parameters:
message -
cause -