Enhydra 5.1 API

org.webdocwf.util.genericstore
Class GenericStoreDefinitionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.webdocwf.util.genericstore.GenericStoreDefinitionException
All Implemented Interfaces:
java.io.Serializable

public class GenericStoreDefinitionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
GenericStoreDefinitionException(java.lang.String msg)
          Construct an exception with a specified 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

GenericStoreDefinitionException

public GenericStoreDefinitionException(java.lang.String msg)
Construct an exception with a specified message.

Parameters:
msg - The message associated with the exception.

Enhydra 5.1 API