com.prowidesoftware.swift
Class WifeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.prowidesoftware.swift.WifeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnknownMTException

public class WifeException
extends java.lang.RuntimeException

Base class for exceptions.

Version:
$Id: WifeException.java,v 1.1.1.1 2013/04/10 17:04:50 mgriffa Exp $
Author:
www.prowidesoftware.com
See Also:
Serialized Form

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

WifeException

public WifeException()
See Also:
RuntimeException.RuntimeException()

WifeException

public WifeException(java.lang.String message,
                     java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(String, Throwable)

WifeException

public WifeException(java.lang.String message)
See Also:
RuntimeException.RuntimeException(String)

WifeException

public WifeException(java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(Throwable)