public class ExportingServiceException
extends java.lang.Exception
ExportingService
,
Serialized FormConstructor and Description |
---|
ExportingServiceException()
Constructs an
Exception with no specified detail message. |
ExportingServiceException(java.lang.String message)
Constructs an
Exception with the specified detail message. |
public ExportingServiceException()
Exception
with no specified detail message.public ExportingServiceException(java.lang.String message)
Exception
with the specified detail message.message
- the detailed message.