Package com.rabbitmq.utility
Class Utility.ThrowableCreatedElsewhere
- java.lang.Object
-
- java.lang.Throwable
-
- com.rabbitmq.utility.Utility.ThrowableCreatedElsewhere
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Utility
static class Utility.ThrowableCreatedElsewhere extends java.lang.Throwable
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Default for non-checking.
-
Constructor Summary
Constructors Constructor Description ThrowableCreatedElsewhere(java.lang.Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Default for non-checking.- See Also:
- Constant Field Values
-
-