Package org.hpccsystems.ws.client.utils
Class HpccContainerizedUnsupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hpccsystems.ws.client.utils.HpccContainerizedUnsupportedException
-
- All Implemented Interfaces:
Serializable
public class HpccContainerizedUnsupportedException extends Exception
Unsupported operation on containerized HPCC environment.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description HpccContainerizedUnsupportedException()A marker object for an exception during unsupported operation on containerized HPCC.HpccContainerizedUnsupportedException(String message)Instantiates a new HPCCContainerizedUnsupportedException.HpccContainerizedUnsupportedException(String message, Throwable cause)Instantiates a new HPCCContainerizedUnsupportedException.HpccContainerizedUnsupportedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new HPCCContainerizedUnsupportedException.HpccContainerizedUnsupportedException(Throwable cause)Instantiates a new HPCCContainerizedUnsupportedException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HpccContainerizedUnsupportedException
public HpccContainerizedUnsupportedException()
A marker object for an exception during unsupported operation on containerized HPCC.
-
HpccContainerizedUnsupportedException
public HpccContainerizedUnsupportedException(String message)
Instantiates a new HPCCContainerizedUnsupportedException.- Parameters:
message- the message
-
HpccContainerizedUnsupportedException
public HpccContainerizedUnsupportedException(Throwable cause)
Instantiates a new HPCCContainerizedUnsupportedException.- Parameters:
cause- the cause
-
HpccContainerizedUnsupportedException
public HpccContainerizedUnsupportedException(String message, Throwable cause)
Instantiates a new HPCCContainerizedUnsupportedException.- Parameters:
message- the messagecause- the cause
-
HpccContainerizedUnsupportedException
public HpccContainerizedUnsupportedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Instantiates a new HPCCContainerizedUnsupportedException.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
-