Package org.openjdk.jmc.flightrecorder
Class CouldNotLoadRecordingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openjdk.jmc.flightrecorder.CouldNotLoadRecordingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidJfrFileException
,NotEnoughMemoryException
,VersionNotSupportedException
public class CouldNotLoadRecordingException extends java.lang.Exception
General exception class for errors occurring when attempting to load a flight recording file. Specific known causes are described with exceptions extending this class.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CouldNotLoadRecordingException()
CouldNotLoadRecordingException(java.lang.String message)
CouldNotLoadRecordingException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-