org.smartcomps.twister.worklist.exception
Class InvalidMessageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.worklist.exception.WorkListException
                    |
                    +--org.smartcomps.twister.worklist.exception.InvalidMessageException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMessageException
extends WorkListException

Thrown when the work item creation message received by the WorList Manager is wrongly formated or lacks necessary elements.

See Also:
Serialized Form

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

InvalidMessageException

public InvalidMessageException(java.lang.String message)

InvalidMessageException

public InvalidMessageException(java.lang.String message,
                               java.lang.Throwable cause)

InvalidMessageException

public InvalidMessageException(java.lang.Throwable cause)


Copyright © 2003 SmartComps. All Rights Reserved.