Class WrongRangeOfCountException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.metacentrum.perun.core.api.exceptions.rt.PerunRuntimeException
cz.metacentrum.perun.core.api.exceptions.InternalErrorException
cz.metacentrum.perun.core.api.exceptions.IllegalArgumentException
cz.metacentrum.perun.core.api.exceptions.WrongRangeOfCountException
- All Implemented Interfaces:
Serializable
Exception, which is used for bad range of messages count for audit messages.
- Author:
- Michal Šťava
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWrongRangeOfCountException
(String message) Simple constructor with a messageWrongRangeOfCountException
(String message, Throwable cause) Constructor with a message and Throwable objectConstructor with a Throwable object -
Method Summary
Methods inherited from class cz.metacentrum.perun.core.api.exceptions.rt.PerunRuntimeException
getErrorId, getMessage, getType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongRangeOfCountException
Simple constructor with a message- Parameters:
message
- message with details about the cause
-
WrongRangeOfCountException
Constructor with a message and Throwable object- Parameters:
message
- message with details about the causecause
- Throwable that caused throwing of this exception
-
WrongRangeOfCountException
Constructor with a Throwable object- Parameters:
cause
- Throwable that caused throwing of this exception
-