Class NestableException

Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PortalException

public class NestableException extends Exception
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • NestableException

      public NestableException()
    • NestableException

      public NestableException(String msg)
    • NestableException

      public NestableException(String msg, Throwable throwable)
    • NestableException

      public NestableException(Throwable throwable)