Class ServerErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.ejava.examples.svc.httpapi.gestures.svc.ServerErrorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServerErrorException.InternalErrorException

public abstract class ServerErrorException extends RuntimeException
See Also:
  • Constructor Details

    • ServerErrorException

      protected ServerErrorException(Throwable cause)
    • ServerErrorException

      protected ServerErrorException(String message, Object... args)
    • ServerErrorException

      protected ServerErrorException(Throwable cause, String message, Object... args)