Class OSchemaNotCreatedException

All Implemented Interfaces:
OHighLevelException, Serializable

public class OSchemaNotCreatedException extends OSchemaException implements OHighLevelException
See Also:
  • Constructor Details

    • OSchemaNotCreatedException

      public OSchemaNotCreatedException(String message)
    • OSchemaNotCreatedException

      public OSchemaNotCreatedException(OSchemaNotCreatedException exception)
      This constructor is needed to restore and reproduce exception on client side in case of remote storage exception handling. Please create "copy constructor" for each exception which has current one as a parent.
      Parameters:
      exception -