Class ServiceError

All Implemented Interfaces:
Serializable

public class ServiceError extends RuntimeException
Неожиданная ошибка при выполнении приложения.
Since:
14.11.2014 16:04
Author:
V.Skorykh
See Also:
  • Constructor Details

    • ServiceError

      public ServiceError(String message)
    • ServiceError

      public ServiceError(Throwable cause)
    • ServiceError

      public ServiceError(String message, Throwable cause)