Oracle Corporation

com.bea.wlcp.wlng.api.storage.configuration
Class InvalidTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.wlcp.wlng.api.storage.configuration.ConfigurationException
              extended bycom.bea.wlcp.wlng.api.storage.configuration.InvalidTypeException
All Implemented Interfaces:
Serializable

public class InvalidTypeException
extends ConfigurationException

Invalid type exception. Thrown from the configuration store feature when there is a object type mismatch.

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Constructor Summary
InvalidTypeException()
           
InvalidTypeException(String message)
           
InvalidTypeException(String message, Throwable cause)
           
InvalidTypeException(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

InvalidTypeException

public InvalidTypeException()

InvalidTypeException

public InvalidTypeException(String message)

InvalidTypeException

public InvalidTypeException(String message,
                            Throwable cause)

InvalidTypeException

public InvalidTypeException(Throwable cause)

Oracle Corporation