com.sas.drugdev.remote.repository
Class InvalidVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.repository.InvalidVersionException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidVersionException
- extends java.lang.Exception
The InvalidVersionException is thrown when a FileBean
is constructed pointing to a
version that doesn't exist, then passed to a RepositoryService
method.
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidVersionException
public InvalidVersionException()
InvalidVersionException
public InvalidVersionException(java.lang.String message,
java.lang.Throwable cause)
InvalidVersionException
public InvalidVersionException(java.lang.String message)
InvalidVersionException
public InvalidVersionException(java.lang.Throwable cause)