uk.nominet.catnap.exception
Class EntitySchemaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byuk.nominet.catnap.exception.EntitySchemaException
All Implemented Interfaces:
java.io.Serializable

public class EntitySchemaException
extends java.lang.RuntimeException

Created by IntelliJ IDEA. User: Administrator Date: 28-Oct-2004 Time: 09:40:13 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
EntitySchemaException()
          Serialisation Constructor
EntitySchemaException(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

EntitySchemaException

public EntitySchemaException()
Serialisation Constructor


EntitySchemaException

public EntitySchemaException(java.lang.String message)