Class LicenseServerOfflineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.BusinessException
-
- org.cyclos.model.system.licensing.LicenseServerOfflineException
-
- All Implemented Interfaces:
Serializable
public class LicenseServerOfflineException extends BusinessException
Exception thrown when the license server is offline- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseServerOfflineException()LicenseServerOfflineException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanshouldGenerateLog()Returns whether the current exception should generate an error log (stored in the database with ErrorLogService)-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LicenseServerOfflineException
public LicenseServerOfflineException()
-
LicenseServerOfflineException
public LicenseServerOfflineException(Throwable cause)
-
-
Method Detail
-
shouldGenerateLog
public boolean shouldGenerateLog()
Description copied from class:CyclosExceptionReturns whether the current exception should generate an error log (stored in the database with ErrorLogService)- Overrides:
shouldGenerateLogin classCyclosException
-
-