com.ibm.zosconnect.spi

Class ServiceFactoryException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.zosconnect.spi.ServiceFactoryException
  • All Implemented Interfaces:
    java.io.Serializable


    public class ServiceFactoryException
    extends java.lang.Exception
    A ServiceFactoryException can be thrown by a ServiceFactory to indicate there was a problem processing a SAR file.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ServiceFactoryException()
      Constructs a new instance with null as its detail message and cause.
      ServiceFactoryException(java.lang.String message)
      Constructs a new instance with the specified detail message.
      ServiceFactoryException(java.lang.String message, java.lang.Throwable cause)
      Constructs a new instance with the specified detail message and cause.
      ServiceFactoryException(java.lang.Throwable cause)
      Constructs a new instance with the specified cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ServiceFactoryException

        public ServiceFactoryException()
        Constructs a new instance with null as its detail message and cause.
      • ServiceFactoryException

        public ServiceFactoryException(java.lang.String message)
        Constructs a new instance with the specified detail message.
        Parameters:
        message - The detail message.
      • ServiceFactoryException

        public ServiceFactoryException(java.lang.String message,
                                       java.lang.Throwable cause)
        Constructs a new instance with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The cause of type Throwable.
      • ServiceFactoryException

        public ServiceFactoryException(java.lang.Throwable cause)
        Constructs a new instance with the specified cause.
        Parameters:
        cause - The cause of type Throwable.