public class UnsupportedPMMLException extends DRException
Constructor and Description |
---|
UnsupportedPMMLException()
Constructs a
UnsupportedPMMLException without specifying a message. |
UnsupportedPMMLException(String message)
Constructs a
UnsupportedPMMLException with the specified message. |
UnsupportedPMMLException(String message,
Throwable cause)
Constructs a
UnsupportedPMMLException with the specified message and
cause. |
UnsupportedPMMLException(Throwable cause)
Constructs a
UnsupportedPMMLException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedPMMLException()
UnsupportedPMMLException
without specifying a message.public UnsupportedPMMLException(String message)
UnsupportedPMMLException
with the specified message.message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).public UnsupportedPMMLException(String message, Throwable cause)
UnsupportedPMMLException
with the specified message and
cause.message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public UnsupportedPMMLException(Throwable cause)
UnsupportedPMMLException
with the specified cause.cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2016 Actian Corporation. All rights reserved.