org.apache.agila.dao.jdbc
Class InstanceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.agila.dao.jdbc.InstanceException
All Implemented Interfaces:
java.io.Serializable

public class InstanceException
extends java.lang.Exception

$Id: InstanceException.java 232595 2005-08-14 11:11:13Z clim $

See Also:
Serialized Form

Constructor Summary
InstanceException(java.lang.String message)
           
InstanceException(java.lang.String message, java.lang.Throwable cause)
           
InstanceException(java.lang.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

InstanceException

public InstanceException(java.lang.String message)

InstanceException

public InstanceException(java.lang.Throwable cause)

InstanceException

public InstanceException(java.lang.String message,
                         java.lang.Throwable cause)


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.