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
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer
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)
getMessage
public java.lang.String getMessage ()
Overrides: getMessage in class java.lang.Throwable
Copyright © 2009 SAS Institute Inc. All Rights Reserved.