Class IntegrityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.github.bordertech.wcomponents.IntegrityException
-
- All Implemented Interfaces:
Serializable
public class IntegrityException extends IllegalStateException
An IntegrityException is usually thrown to indicate a misconfiguration of a WComponent.- Since:
- 1.0.0
- Author:
- Martin Shevchenko.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrityException(String message)
Creates an IntegrityException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IntegrityException
public IntegrityException(String message)
Creates an IntegrityException.- Parameters:
message
- the message.
-
-