java.io.Serializablepublic class TransformResponseException extends ResponseException
Created: 2008. 01. 07 AM 3:35:55
| Constructor | Description |
|---|---|
TransformResponseException() |
Instantiates a new TransformResponseException.
|
TransformResponseException(TransformRule transformRule,
java.lang.String msg) |
Instantiates a new TransformResponseException.
|
TransformResponseException(TransformRule transformRule,
java.lang.String msg,
java.lang.Throwable cause) |
Instantiates a new TransformResponseException.
|
TransformResponseException(TransformRule transformRule,
java.lang.Throwable cause) |
Instantiates a new TransformResponseException.
|
TransformResponseException(java.lang.String msg) |
Instantiates a new TransformResponseException.
|
TransformResponseException(java.lang.String msg,
java.lang.Throwable cause) |
Instantiates a new TransformResponseException.
|
TransformResponseException(java.lang.Throwable cause) |
Instantiates a new TransformResponseException.
|
| Modifier and Type | Method | Description |
|---|---|---|
TransformRule |
getTransformRule() |
Gets the transform rule.
|
public TransformResponseException()
public TransformResponseException(java.lang.String msg)
msg - a message to associate with the exceptionpublic TransformResponseException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic TransformResponseException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionpublic TransformResponseException(TransformRule transformRule, java.lang.Throwable cause)
transformRule - the transform rulecause - the real cause of the exceptionpublic TransformResponseException(TransformRule transformRule, java.lang.String msg, java.lang.Throwable cause)
transformRule - the transform rulemsg - the detail messagecause - the real cause of the exceptionpublic TransformResponseException(TransformRule transformRule, java.lang.String msg)
transformRule - the transform rulemsg - the detail messagepublic TransformRule getTransformRule()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.