org.jfrog.build.util
Class VersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jfrog.build.util.VersionException
All Implemented Interfaces:
java.io.Serializable

public class VersionException
extends java.lang.Exception

Special checked exception to hold relevant information of version resolution failures

See Also:
Serialized Form

Constructor Summary
VersionException(java.lang.String message, java.lang.Throwable cause, VersionCompatibilityType versionCompatibilityType)
           
VersionException(java.lang.String message, VersionCompatibilityType versionCompatibilityType)
           
 
Method Summary
 VersionCompatibilityType getVersionCompatibilityType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionException

public VersionException(java.lang.String message,
                        VersionCompatibilityType versionCompatibilityType)

VersionException

public VersionException(java.lang.String message,
                        java.lang.Throwable cause,
                        VersionCompatibilityType versionCompatibilityType)
Method Detail

getVersionCompatibilityType

public VersionCompatibilityType getVersionCompatibilityType()