net.dpml.station
Class ProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.dpml.station.ProfileException
All Implemented Interfaces:
Serializable

public class ProfileException
extends Exception

Exception to indicate that there was a profile related error.

Version:
$Id: TransitException.java 2786 2005-06-08 03:02:29Z mcconnell@dpml.net $
Author:
The Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
ProfileException(String message)
          Construct a new ProfileException instance.
ProfileException(String message, Throwable cause)
          Construct a new ProfileException instance.
 
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(String message)
Construct a new ProfileException instance.

Parameters:
message - The detail message for this exception.

ProfileException

public ProfileException(String message,
                        Throwable cause)
Construct a new ProfileException instance.

Parameters:
message - The detail message for this exception.
cause - the root cause of the exception