Class UserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.enhancer.util.UserException
All Implemented Interfaces:
Serializable

public class UserException extends RuntimeException
Thrown to indicate that the class-file enhancer failed to perform an operation due to a serious error.
See Also:
  • Field Details

    • nested

      public final Throwable nested
      An optional nested exception.
  • Constructor Details

    • UserException

      public UserException()
      Constructs an UserException with no detail message.
    • UserException

      public UserException(String msg)
      Constructs an UserException with the specified detail message.
    • UserException

      public UserException(Throwable nested)
      Constructs an UserException with an optional nested exception.
    • UserException

      public UserException(String msg, Throwable nested)
      Constructs an UserException with the specified detail message and an optional nested exception.