org.apache.oodt.profile
Class ProfileSQLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.profile.ProfileException
              extended by org.apache.oodt.profile.ProfileSQLException
All Implemented Interfaces:
Serializable

public class ProfileSQLException
extends ProfileException

A database-related SQL exception from a profile server.

Author:
Kelly
See Also:
Serialized Form

Constructor Summary
ProfileSQLException(SQLException cause)
          Create a profile SQL exception.
 
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

ProfileSQLException

public ProfileSQLException(SQLException cause)
Create a profile SQL exception.

Parameters:
cause - The SQL exception that caused this profile exception.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.