Package org.openjdk.jmh.runner
Class ProfilersFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openjdk.jmh.runner.RunnerException
-
- org.openjdk.jmh.runner.ProfilersFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProfilersFailedException extends RunnerException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ProfilersFailedException(ProfilerException e)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProfilersFailedException
public ProfilersFailedException(ProfilerException e)
-
-