snifos.exception
Class InvalidMessageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysnifos.exception.InvalidMessageException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMessageException
extends java.lang.Exception

This exception is thrown when invalid messag is passed.

Version:
$Id: InvalidMessageException.java,v 1.2 2004/05/08 21:55:29 mwerla Exp $
See Also:
Serialized Form

Constructor Summary
InvalidMessageException()
          Simple constructor.
InvalidMessageException(java.lang.Exception e)
          Constructor with nested exception.
 
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

InvalidMessageException

public InvalidMessageException(java.lang.Exception e)
Constructor with nested exception.

Parameters:
e - Nested exception.

InvalidMessageException

public InvalidMessageException()
Simple constructor.



Copyright © 2001-2004 MoMaT & MWe Team. All Rights Reserved.