public class SystemPropertyNotChangeableException
extends java.lang.RuntimeException
RuntimeException
that is thrown when an attempt is made to change the
value of a system property. System properties cannot be changed.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
SystemPropertyNotChangeableException()
Constructor for the
SystemPropertyNotChangeableException that uses a default message. |
SystemPropertyNotChangeableException(java.lang.String message) |
SystemPropertyNotChangeableException(java.lang.String message,
java.lang.Throwable cause) |
SystemPropertyNotChangeableException(java.lang.Throwable cause) |
public static final java.lang.String COPYRIGHT
public SystemPropertyNotChangeableException()
SystemPropertyNotChangeableException
that uses a default message.public SystemPropertyNotChangeableException(java.lang.String message)
public SystemPropertyNotChangeableException(java.lang.String message, java.lang.Throwable cause)
public SystemPropertyNotChangeableException(java.lang.Throwable cause)