Class UnhandledException

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

public class UnhandledException extends RuntimeException
Should not be used by custom services. They have to use WebApplicationException instead. UnhandledException is used to propagate exception than can't be handled by this framework to top container (e.g. Servlet Container)
Version:
$Id: $
Author:
Andrey Parfonov
See Also:
  • Constructor Details

    • UnhandledException

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

      public UnhandledException(Throwable throwable)
      Parameters:
      throwable - cause