Class ServiceBusRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.servicebus.ServiceBusRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
AmbiguousServiceRuntimeException, DuplicateServiceRuntimeException, NoMatchingServiceRuntimeException, UnknownServiceRuntimeException

public abstract class ServiceBusRuntimeException extends org.refcodes.exception.AbstractRuntimeException
Base exception for ServiceBus related runtime exceptions.
See Also:
  • Constructor Details

    • ServiceBusRuntimeException

      public ServiceBusRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new service bus runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • ServiceBusRuntimeException

      public ServiceBusRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new service bus runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • ServiceBusRuntimeException

      public ServiceBusRuntimeException(String message, Throwable cause)
      Instantiates a new service bus runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • ServiceBusRuntimeException

      public ServiceBusRuntimeException(String message)
      Instantiates a new service bus runtime exception.
      Parameters:
      message - the message
    • ServiceBusRuntimeException

      public ServiceBusRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new service bus runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • ServiceBusRuntimeException

      public ServiceBusRuntimeException(Throwable cause)
      Instantiates a new service bus runtime exception.
      Parameters:
      cause - the cause