com.sas.services.information
Class VersionIncompatibleException

com.sas.services.information.VersionIncompatibleException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

public class VersionIncompatibleException

This exception will get thrown when an attempt is made to instantiate a smart object with data that is version incompatible with the implementation. It can also be thrown if a client attempts to use a method that is not version compatible with the existing metadata. That is, if the data not fully compatible and an attempt is made to update the object, this exception will be thrown.

See Also:
Serialized Form

Constructor Summary
VersionIncompatibleException()
           
VersionIncompatibleException(java.lang.String message)
           
VersionIncompatibleException(java.lang.String javaClass, com.sas.util.UsageVersion javaVersion, com.sas.util.UsageVersion metadataVersion)
           
VersionIncompatibleException(java.lang.Throwable throwable)
           
VersionIncompatibleException(java.lang.Throwable throwable, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 

Constructor Detail

VersionIncompatibleException

public VersionIncompatibleException()

VersionIncompatibleException

public VersionIncompatibleException(java.lang.String message)

VersionIncompatibleException

public VersionIncompatibleException(java.lang.Throwable throwable)

VersionIncompatibleException

public VersionIncompatibleException(java.lang.Throwable throwable,
                                    java.lang.String message)

VersionIncompatibleException

public VersionIncompatibleException(java.lang.String javaClass,
                                    com.sas.util.UsageVersion javaVersion,
                                    com.sas.util.UsageVersion metadataVersion)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable



Copyright © 2009 SAS Institute Inc. All Rights Reserved.