public class OutOfDomainException extends RuntimeException
| Constructor and Description |
|---|
OutOfDomainException() |
OutOfDomainException(String message) |
OutOfDomainException(String message,
Throwable cause) |
OutOfDomainException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
OutOfDomainException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OutOfDomainException()
public OutOfDomainException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public OutOfDomainException(String message)
public OutOfDomainException(Throwable cause)
Copyright © 2017. All rights reserved.