Class AMRuntimeException.UnsupportedEncodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.liferay.portal.kernel.exception.NestableRuntimeException
com.liferay.portal.kernel.exception.SystemException
com.liferay.adaptive.media.exception.AMRuntimeException
com.liferay.adaptive.media.exception.AMRuntimeException.UnsupportedEncodingException
All Implemented Interfaces:
Serializable
Enclosing class:
AMRuntimeException

public static final class AMRuntimeException.UnsupportedEncodingException extends AMRuntimeException
This exception wraps UnsupportedEncodingException instances. Since it is a system error, it is reasonable to wrap it inside a runtime exception.
See Also:
  • Constructor Details

    • UnsupportedEncodingException

      public UnsupportedEncodingException()
    • UnsupportedEncodingException

      public UnsupportedEncodingException(String s)
    • UnsupportedEncodingException

      public UnsupportedEncodingException(String s, Throwable throwable)
    • UnsupportedEncodingException

      public UnsupportedEncodingException(Throwable throwable)