org.apache.oodt.profile
Class ProfileSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.oodt.profile.ProfileException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.