portal.services.registry
Class TypeMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byportal.services.ServiceException
              extended byportal.services.registry.RegistryException
                  extended byportal.services.registry.TypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class TypeMismatchException
extends RegistryException

An exception indicating a type mismatch. This occurs when trying to set a new value that is not of the correct type.

See Also:
Serialized Form

Constructor Summary
TypeMismatchException(java.lang.String message)
           
 
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

TypeMismatchException

public TypeMismatchException(java.lang.String message)