Class ClassNotDetachableException

All Implemented Interfaces:
Serializable

public class ClassNotDetachableException extends NucleusUserException
A ClassNotDetachableException is thrown if an attempt is made to detach an object whose class is not detachable.
See Also:
  • Field Details

  • Constructor Details

    • ClassNotDetachableException

      public ClassNotDetachableException(String class_name)
      Constructs a class-not-detachable exception with the specified detail message.
      Parameters:
      class_name - Name of the class
    • ClassNotDetachableException

      public ClassNotDetachableException(String class_name, Exception nested)
      Constructs a class-not-detachable exception with the specified detail message and nested exception.
      Parameters:
      class_name - name of the class
      nested - the nested exception(s).
    • ClassNotDetachableException

      public ClassNotDetachableException(Throwable[] nested)
      Constructs a class-not-detachable exception for many objects with the specified detail message and nested exceptions.
      Parameters:
      nested - the nested exception(s).