public class AccountExtValidationException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AccountExtValidationException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
AccountExtValidationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
public AccountExtValidationException(java.lang.String message)
message - the detail messagepublic AccountExtValidationException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause of this exception.