Class DropClassException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.DropClassException
All Implemented Interfaces:
Serializable

public class DropClassException extends Exception
Thrown when drop class operation failed.
Version:
4.0
Author:
Igor Goldenberg
See Also:
  • Constructor Details

    • DropClassException

      public DropClassException(String msg, String className)
  • Method Details

    • getClassName

      public String getClassName()
      Returns desired dropped class.