org.apache.oodt.profile
Class ProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.profile.ProfileException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProfileSAXException, ProfileSQLException

public class ProfileException
extends Exception

A profile-related exception.

Author:
Kelly
See Also:
Serialized Form

Constructor Summary
ProfileException()
          Create a profile exception with no detail message.
ProfileException(String message)
          Create a profile exception with the given detail message.
ProfileException(String msg, Throwable cause)
          Creates a chained profile exception with detail message.
ProfileException(Throwable cause)
          Create a chained profile 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

ProfileException

public ProfileException()
Create a profile exception with no detail message.


ProfileException

public ProfileException(String message)
Create a profile exception with the given detail message.


ProfileException

public ProfileException(Throwable cause)
Create a chained profile exception.

Parameters:
cause - Causing exception.

ProfileException

public ProfileException(String msg,
                        Throwable cause)
Creates a chained profile exception with detail message.

Parameters:
msg - Detail message.
cause - Causing exception.


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