public class InvalidMutableException extends RuntimeException
MutableMessage that has already
had MutableMessage.toImmutable() invoked on it.| Constructor and Description |
|---|
InvalidMutableException()
Constructs a new runtime exception with null as its detail message,
and no specific cause.
|
InvalidMutableException(String message)
Constructs a new runtime exception with the specified detail message,
and no specific cause.
|
InvalidMutableException(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message,
and the given cause.
|
InvalidMutableException(Throwable cause)
Constructs a new runtime exception with null as its detail message,
but with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidMutableException()
public InvalidMutableException(String message, Throwable cause)
message - the detail messagecause - the underlying causepublic InvalidMutableException(String message)
message - the detail messagepublic InvalidMutableException(Throwable cause)
cause - the underlying causeCopyright © 2014. All Rights Reserved.