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
public class CouldNotLoadRecordingException extends java.lang.ExceptionGeneral 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
-
-
Constructor Summary
Constructors Constructor Description CouldNotLoadRecordingException()CouldNotLoadRecordingException(java.lang.String message)CouldNotLoadRecordingException(java.lang.Throwable cause)
-