com.ibm.websphere.sca

Class ServiceUnavailableException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ServiceUnavailableException
    extends ServiceRuntimeException
    Exception used to indicate that a runtime exception occurred during the invocation of and external service.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      ServiceUnavailableException()
      Constructs a new ServiceUnavailableException.
      ServiceUnavailableException(java.lang.String message)
      Constructs a new ServiceUnavailableException with the specified detail message.
      ServiceUnavailableException(java.lang.String message, java.lang.Throwable cause)
      Constructs a new ServiceUnavailableException with the specified detail message and cause.
      ServiceUnavailableException(java.lang.Throwable cause)
      Constructs a new ServiceUnavailableException with the specified cause.
    • Constructor Detail

      • ServiceUnavailableException

        public ServiceUnavailableException()
        Constructs a new ServiceUnavailableException.
      • ServiceUnavailableException

        public ServiceUnavailableException(java.lang.String message)
        Constructs a new ServiceUnavailableException with the specified detail message.
        Parameters:
        message - The detail message (which is saved to later retrieval by the getMessage() method).
      • ServiceUnavailableException

        public ServiceUnavailableException(java.lang.Throwable cause)
        Constructs a new ServiceUnavailableException with the specified cause.
        Parameters:
        cause - The cause (which is saved to later retrieval by the getCause() method).
      • ServiceUnavailableException

        public ServiceUnavailableException(java.lang.String message,
                                   java.lang.Throwable cause)
        Constructs a new ServiceUnavailableException with the specified detail message and cause.
        Parameters:
        message - The message (which is saved to later retrieval by the getMessage() method).
        cause - The cause (which is saved to later retrieval by the getCause() method).
IBM Business Process ManagerTM
Release 8