public class AMRuntimeException
extends com.liferay.portal.kernel.exception.SystemException
Modifier and Type | Class and Description |
---|---|
static class |
AMRuntimeException.AMAttributeFormatException
This exception is thrown when a value serialized as a
String
cannot be converted by an AMAttribute . |
static class |
AMRuntimeException.InvalidConfiguration
This exception is thrown when there is a processor configuration error.
|
static class |
AMRuntimeException.IOException
This exception wraps
IOException instances. |
static class |
AMRuntimeException.UnsupportedEncodingException
This exception wraps
UnsupportedEncodingException
instances. |
Constructor and Description |
---|
AMRuntimeException() |
AMRuntimeException(java.lang.String s) |
AMRuntimeException(java.lang.String s,
java.lang.Throwable throwable) |
AMRuntimeException(java.lang.Throwable throwable) |
public AMRuntimeException()
public AMRuntimeException(java.lang.String s)
public AMRuntimeException(java.lang.String s, java.lang.Throwable throwable)
public AMRuntimeException(java.lang.Throwable throwable)