org.clazzes.jdbc2xml.schema
Class SchemaManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.clazzes.jdbc2xml.schema.SchemaManagementException
All Implemented Interfaces:
Serializable

public class SchemaManagementException
extends Exception

An exception, which is thrown, when schema management fails.

See Also:
Serialized Form

Constructor Summary
SchemaManagementException()
          Empty default constructor.
SchemaManagementException(String message)
           
SchemaManagementException(String message, Throwable cause)
           
SchemaManagementException(Throwable cause)
           
 
Method Summary
 
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

SchemaManagementException

public SchemaManagementException()
Empty default constructor.


SchemaManagementException

public SchemaManagementException(String message)
Parameters:
message - A detail message.

SchemaManagementException

public SchemaManagementException(Throwable cause)
Parameters:
cause - The cause of this exception.

SchemaManagementException

public SchemaManagementException(String message,
                                 Throwable cause)
Parameters:
message - A detail message.
cause - The cause of this exception.


Copyright © 2012. All Rights Reserved.