Class PredictiveModel.CloneNotSupportedException

All Implemented Interfaces:
Serializable
Enclosing class:
PredictiveModel

public static class PredictiveModel.CloneNotSupportedException extends PredictiveModel.PredictiveModelException
Wraps the java.lang.CloneNotSupportedException to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
See Also:
  • Constructor Details

    • CloneNotSupportedException

      public CloneNotSupportedException(String message)
      Constructs a CloneNotSupportedException and issues the specified message.
      Parameters:
      message - a String that contains a message to be issued when the exception occurs
    • CloneNotSupportedException

      public CloneNotSupportedException(String key, Object[] arguments)
      Constructs a CloneNotSupportedException with the specified detail message. The error message string is in a resource bundle, ErrorMessages.
      Parameters:
      key - a String that contains the key of an error message in the resource bundle
      arguments - an Object array containing arguments used within the error message specified by the key