Class CheckingObjectOutputStream.ObjectCheckException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.wicket.WicketRuntimeException
-
- org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream.ObjectCheckException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CheckingObjectOutputStream
public static class CheckingObjectOutputStream.ObjectCheckException extends WicketRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectCheckException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ObjectCheckException
public ObjectCheckException(String message, Throwable cause)
-
-