public class AMImageConfigurationException
extends com.liferay.portal.kernel.exception.PortalException
Modifier and Type | Class and Description |
---|---|
static class |
AMImageConfigurationException.DuplicateAMImageConfigurationNameException
This exception is raised when a configuration with the same name already
exists.
|
static class |
AMImageConfigurationException.DuplicateAMImageConfigurationUuidException
This exception is raised when a configuration with the same uuid already
exists.
|
static class |
AMImageConfigurationException.InvalidHeightException
This exception is raised when the height value is not valid.
|
static class |
AMImageConfigurationException.InvalidNameException
This exception is raised when the name of the configuration is not valid.
|
static class |
AMImageConfigurationException.InvalidStateAMImageConfigurationException |
static class |
AMImageConfigurationException.InvalidUuidException
This exception is raised when the uuid of the configuration is not valid.
|
static class |
AMImageConfigurationException.InvalidWidthException
This exception is raised when the height value is not valid.
|
static class |
AMImageConfigurationException.NoSuchAMImageConfigurationException
This exception is raised when a configuration does not exist.
|
static class |
AMImageConfigurationException.RequiredWidthOrHeightException
This exception is raised when the configuration does not contain either a
valid height value nor a valid width value.
|
Constructor and Description |
---|
AMImageConfigurationException() |
AMImageConfigurationException(java.lang.String s) |
AMImageConfigurationException(java.lang.String s,
java.lang.Throwable throwable) |
AMImageConfigurationException(java.lang.Throwable throwable) |
public AMImageConfigurationException()
public AMImageConfigurationException(java.lang.String s)
public AMImageConfigurationException(java.lang.String s, java.lang.Throwable throwable)
public AMImageConfigurationException(java.lang.Throwable throwable)