Class DistributemeRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.distributeme.core.exception.DistributemeRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CallTimeoutedException, ConcurrencyControlException, FailedByInterceptorException, ServiceUnavailableException

public class DistributemeRuntimeException extends RuntimeException
Base class for DistributeMe runtime exceptions.
Version:
$Id: $Id
Author:
lrosenberg
See Also:
  • Constructor Details

    • DistributemeRuntimeException

      public DistributemeRuntimeException(String message)
      Constructor for DistributemeRuntimeException.
      Parameters:
      message - a String object.
    • DistributemeRuntimeException

      public DistributemeRuntimeException(String message, Throwable cause)
      Constructor for DistributemeRuntimeException.
      Parameters:
      message - a String object.
      cause - a Throwable object.