public class ReadOnlyProfileException extends RuntimeException
Constructor and Description |
---|
ReadOnlyProfileException()
Create a
ReadOnlyProfileException with no detail message. |
ReadOnlyProfileException(String message)
Create a
ReadOnlyProfileException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReadOnlyProfileException()
ReadOnlyProfileException
with no detail message.public ReadOnlyProfileException(String message)
ReadOnlyProfileException
with a detail message.message
- the detail message.