Package javax.enterprise.concurrent
Class AbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.util.concurrent.ExecutionException
-
- javax.enterprise.concurrent.AbortedException
-
- All Implemented Interfaces:
java.io.Serializable
public class AbortedException 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 AbortedException()
AbortedException(java.lang.String msg)
AbortedException(java.lang.String msg, java.lang.Throwable cause)
AbortedException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-