EASP API 7.13.0

net.juniper.smgt.ent.im
Class ViolateSchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.juniper.smgt.ent.im.EntRuntimeException
                  extended by net.juniper.smgt.ent.im.ViolateSchemaException
All Implemented Interfaces:
java.io.Serializable

public class ViolateSchemaException
extends EntRuntimeException

This exception is thrown if an operation violates the schema of the underlying data store.

See Also:
Serialized Form

Constructor Summary
ViolateSchemaException()
          ViolateSchemaException default constructor.
ViolateSchemaException(java.lang.String msg)
          ViolateSchemaException constructor with message as an argument.
 
Method Summary
 
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

ViolateSchemaException

public ViolateSchemaException()
ViolateSchemaException default constructor.


ViolateSchemaException

public ViolateSchemaException(java.lang.String msg)
ViolateSchemaException constructor with message as an argument.

Parameters:
msg - java.lang.String the message

EASP API 7.13.0