org.apache.beehive.wsm.jsr181.util
Class InvalidTypeMappingException

Object
  extended by Throwable
      extended by Exception
          extended by InvalidTypeMappingException
All Implemented Interfaces:
Serializable

public class InvalidTypeMappingException
extends Exception

****************************************************************************

See Also:
Serialized Form

Constructor Summary
InvalidTypeMappingException()
           
InvalidTypeMappingException(String message)
           
InvalidTypeMappingException(String message, Throwable cause)
           
InvalidTypeMappingException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidTypeMappingException

public InvalidTypeMappingException()

InvalidTypeMappingException

public InvalidTypeMappingException(String message)

InvalidTypeMappingException

public InvalidTypeMappingException(String message,
                                   Throwable cause)

InvalidTypeMappingException

public InvalidTypeMappingException(Throwable cause)