Package patterntesting.runtime.exception
Class DetailedInvalidClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.ObjectStreamException
-
- java.io.InvalidClassException
-
- patterntesting.runtime.exception.DetailedInvalidClassException
-
- All Implemented Interfaces:
java.io.Serializable
public class DetailedInvalidClassException extends java.io.InvalidClassException
The problem with theInvalidClassException
is that a constructor with a cause is missing. This is the reason why this derived exceptions exists.- Since:
- 1.6 (13.03.2016)
- Author:
- oliver
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DetailedInvalidClassException(java.lang.String reason, java.lang.Throwable cause)
Instantiates a new detailed invalid class exception.
-