public class AttributeEncodingException extends AttributeRequestException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
AttributeEncodingException()
Constructor.
|
AttributeEncodingException(String message)
Constructor.
|
AttributeEncodingException(String message,
Throwable wrappedException)
Constructor.
|
AttributeEncodingException(Throwable wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public AttributeEncodingException()
public AttributeEncodingException(String message)
message
- exception messagepublic AttributeEncodingException(Throwable wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999-2012. All Rights Reserved.