public class SMEVAttachmentsException extends SMEVProcessingException
Modifier and Type | Class and Description |
---|---|
static class |
SMEVAttachmentsException.MetadataException
The type Metadata exception.
|
static class |
SMEVAttachmentsException.QuoteLimitExceededException
The type Quote limit exceeded exception.
|
static class |
SMEVAttachmentsException.SizeLimitExceededException
The type Size limit exceeded exception.
|
Modifier and Type | Field and Description |
---|---|
protected String |
description
The Description.
|
Constructor and Description |
---|
SMEVAttachmentsException()
Instantiates a new Smev attachments exception.
|
SMEVAttachmentsException(String message)
Instantiates a new Smev attachments exception.
|
SMEVAttachmentsException(String message,
String code,
Throwable cause)
Instantiates a new Smev attachments exception.
|
SMEVAttachmentsException(String message,
Throwable cause)
Instantiates a new Smev attachments exception.
|
SMEVAttachmentsException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Smev attachments exception.
|
SMEVAttachmentsException(String message,
Throwable cause,
String description)
Instantiates a new Smev attachments exception.
|
SMEVAttachmentsException(Throwable cause)
Instantiates a new Smev attachments exception.
|
getCode
reThrowCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String description
public SMEVAttachmentsException()
public SMEVAttachmentsException(String message, String code, Throwable cause)
message
- the messagecode
- the codecause
- the causepublic SMEVAttachmentsException(String message)
message
- the messagepublic SMEVAttachmentsException(String message, Throwable cause)
message
- the messagecause
- the causepublic SMEVAttachmentsException(String message, Throwable cause, String description)
message
- the messagecause
- the causedescription
- the descriptionpublic SMEVAttachmentsException(Throwable cause)
cause
- the causepublic SMEVAttachmentsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack traceCopyright © 2017. All rights reserved.