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.
-
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, toStringMethods 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.
-