public class ServiceFactoryException
extends java.lang.Exception
ServiceFactory
to indicate there was a problem processing a SAR
file.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.
|
public ServiceFactoryException()
public ServiceFactoryException(java.lang.String message)
message
- The detail message.public ServiceFactoryException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message.cause
- The cause of type Throwable.public ServiceFactoryException(java.lang.Throwable cause)
cause
- The cause of type Throwable.