Package javax.enterprise.concurrent
Class SkippedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.util.concurrent.ExecutionException
-
- javax.enterprise.concurrent.SkippedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SkippedException extends java.util.concurrent.ExecutionException implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SkippedException()
SkippedException(java.lang.String msg)
SkippedException(java.lang.String msg, java.lang.Throwable cause)
SkippedException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-