com.tonbeller.wcf.utils
Class SoftException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tonbeller.wcf.utils.SoftException
All Implemented Interfaces:
java.io.Serializable

public class SoftException
extends java.lang.RuntimeException

wrapper for exceptions

Author:
av
See Also:
Serialized Form

Constructor Summary
SoftException(java.lang.String message, java.lang.Throwable cause)
           
SoftException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

SoftException

public SoftException(java.lang.Throwable cause)

SoftException

public SoftException(java.lang.String message,
                     java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()