com.prowidesoftware.swift
Class UnknownMTException

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

public class UnknownMTException
extends WifeException

Thrown if a message cannot be identified.

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

Constructor Summary
UnknownMTException()
          Default constructor
UnknownMTException(java.lang.String message)
          Constructor with given text message, it takes a default cause.
UnknownMTException(java.lang.String message, java.lang.Throwable cause)
          Constructor with given text message and cause
UnknownMTException(java.lang.Throwable cause)
          Constructor with given cause, it takes a default message.
 
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

UnknownMTException

public UnknownMTException()
Default constructor


UnknownMTException

public UnknownMTException(java.lang.String message,
                          java.lang.Throwable cause)
Constructor with given text message and cause

Parameters:
message -
cause -

UnknownMTException

public UnknownMTException(java.lang.String message)
Constructor with given text message, it takes a default cause.

Parameters:
message -

UnknownMTException

public UnknownMTException(java.lang.Throwable cause)
Constructor with given cause, it takes a default message.

Parameters:
cause -