Serializable
Thrown to indicate that a method has been called by an inappropriate caller.
Constructors
Constructs an IllegalCallerException with no detail message.
Constructs an IllegalCallerException with the specified detail message.
Constructs a new exception with the specified detail message and cause.
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause
).
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalCallerException()
Constructs an IllegalCallerException with no detail message.
Constructs an IllegalCallerException with the specified detail message.
s
- the String that contains a detailed message (can be null)
Constructs a new exception with the specified detail message and cause.
message
- the detail message (can be null)
cause
- the cause (can be null)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause
).
cause
- the cause (can be null)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4