Class TensorFlowException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TFFailedPreconditionException, TFOutOfRangeException, TFPermissionDeniedException, TFResourceExhaustedException, TFUnauthenticatedException

public class TensorFlowException extends RuntimeException
Unchecked exception thrown by TensorFlow core classes
See Also:
  • Constructor Details

    • TensorFlowException

      public TensorFlowException(String message)
    • TensorFlowException

      public TensorFlowException(String message, Throwable cause)