|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.microsoft.tfs.core.exceptions.TECoreException
com.microsoft.tfs.core.exceptions.TEClientException
com.microsoft.tfs.core.clients.versioncontrol.exceptions.VersionControlException
com.microsoft.tfs.core.checkinpolicies.PolicySerializationException
public class PolicySerializationException
Thrown when a PolicyDefinition
encounters a problem saving to or
loading from a Memento
.
Constructor Summary | |
---|---|
PolicySerializationException(java.lang.String message)
|
|
PolicySerializationException(java.lang.String message,
java.lang.Throwable cause)
|
|
PolicySerializationException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class com.microsoft.tfs.core.clients.versioncontrol.exceptions.VersionControlException |
---|
getProperties, setProperties |
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 |
---|
public PolicySerializationException(java.lang.String message, java.lang.Throwable cause)
public PolicySerializationException(java.lang.String message)
public PolicySerializationException(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |