Class InvalidPackageRevisionDataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.go.plugin.api.material.packagerepository.exceptions.InvalidPackageRevisionDataException
All Implemented Interfaces:
java.io.Serializable

@Deprecated
public class InvalidPackageRevisionDataException
extends java.lang.RuntimeException
Deprecated.
Exception generated when the data related to package revision is invalid - may be empty or may be invalid format.
See Also:
PackageRevision.addData(String, String), Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    InvalidPackageRevisionDataException​(java.lang.String message)
    Deprecated.
     
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • InvalidPackageRevisionDataException

      public InvalidPackageRevisionDataException​(java.lang.String message)
      Deprecated.