com.microsoft.tfs.core.exceptions
Class TEPreviewExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.microsoft.tfs.core.exceptions.TEPreviewExpiredException
All Implemented Interfaces:
java.io.Serializable

public class TEPreviewExpiredException
extends java.lang.RuntimeException

Thrown when a preview release of the core libraries has expired.

See Also:
Serialized Form
Since:
TEE-SDK-10.1

Constructor Summary
TEPreviewExpiredException(java.util.Date expirationDate)
           
 
Method Summary
 java.util.Date getExpirationDate()
           
 
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

TEPreviewExpiredException

public TEPreviewExpiredException(java.util.Date expirationDate)
Method Detail

getExpirationDate

public java.util.Date getExpirationDate()


© 2015 Microsoft. All rights reserved.