public class IbanLengthException extends Exception
| Constructor and Description |
|---|
IbanLengthException()
Creates a new instance of
IbanLengthException without detail
message. |
IbanLengthException(String msg)
Constructs an instance of
IbanLengthException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IbanLengthException()
IbanLengthException without detail
message.public IbanLengthException(String msg)
IbanLengthException with the
specified detail message.msg - the detail message.Copyright © 2015. All rights reserved.