ReadOnlyException(java.lang.String text)
Constructs a new read-only exception with the given text.
ReadOnlyException(java.lang.String text,
java.lang.Throwable cause)
Constructs a new read-only exception when the portlet needs to do
the following:
throw an exception
include a message about the "root cause" that interfered
with its normal operation
include a description message
ReadOnlyException(java.lang.Throwable cause)
Constructs a new read-only exception when the portlet needs to throw an
exception.
Constructs a new read-only exception with the given text. The
portlet container may use the text write it to a log.
Parameters:
text - the exception text
ReadOnlyException
public ReadOnlyException(java.lang.String text,
java.lang.Throwable cause)
Constructs a new read-only exception when the portlet needs to do
the following:
throw an exception
include a message about the "root cause" that interfered
with its normal operation
include a description message
Parameters:
text - the exception text
cause - the root cause
ReadOnlyException
public ReadOnlyException(java.lang.Throwable cause)
Constructs a new read-only exception when the portlet needs to throw an
exception. The exception message is based on the localized message
of the underlying exception.