Class OperatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.containersolutions.operator.OperatorException
-
- All Implemented Interfaces:
java.io.Serializable
public class OperatorException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperatorException()OperatorException(java.lang.String message)OperatorException(java.lang.String message, java.lang.Throwable cause)
-