Class NestableRuntimeException

Object
Throwable
Exception
RuntimeException
com.liferay.portal.kernel.exception.NestableRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExportImportRuntimeException, SystemException

public class NestableRuntimeException extends RuntimeException
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • NestableRuntimeException

      public NestableRuntimeException()
    • NestableRuntimeException

      public NestableRuntimeException(String msg)
    • NestableRuntimeException

      public NestableRuntimeException(String msg, Throwable throwable)
    • NestableRuntimeException

      public NestableRuntimeException(Throwable throwable)