net.dpml.appliance
Class ApplianceError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by net.dpml.appliance.ApplianceError
All Implemented Interfaces:
Serializable

public class ApplianceError
extends Error

Critical appliance error.

Version:
2.1.0
Author:
Digital Product Management Library
See Also:
Serialized Form

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

ApplianceError

public ApplianceError(String message)
Construct a new ApplianceError.

Parameters:
message - the error message

ApplianceError

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

Parameters:
message - the error message
cause - the causal exception