Package org.powermock
Class PowerMockInternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.powermock.PowerMockInternalException
-
- All Implemented Interfaces:
java.io.Serializable
public class PowerMockInternalException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
MESSAGE
-
Constructor Summary
Constructors Constructor Description PowerMockInternalException(java.lang.String message)
PowerMockInternalException(java.lang.String message, java.lang.Throwable cause)
PowerMockInternalException(java.lang.Throwable cause)
-
-
-
Field Detail
-
MESSAGE
private static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PowerMockInternalException
public PowerMockInternalException(java.lang.Throwable cause)
-
PowerMockInternalException
public PowerMockInternalException(java.lang.String message)
-
PowerMockInternalException
public PowerMockInternalException(java.lang.String message, java.lang.Throwable cause)
-
-