net.dpml.lang
Class ServiceError

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

public class ServiceError
extends Error

Fatal service handling error.

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

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

ServiceError

public ServiceError(String message)
Construct a new ServiceError.

Parameters:
message - the error message

ServiceError

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

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