Class InternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.services.rest.impl.InternalException
All Implemented Interfaces:
Serializable

public class InternalException extends RuntimeException
Should not be used by custom services. They have to use WebApplicationException instead. This Exception is used as wrapper for exception that may occur during request processing.
Version:
$Id: $
Author:
Andrey Parfonov
See Also:
  • Constructor Details

    • InternalException

      public InternalException(String s, Throwable throwable)
      Parameters:
      s - message
      throwable - cause
    • InternalException

      public InternalException(Throwable throwable)
      Parameters:
      throwable - cause