Class NotAllowedObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pgcodekeeper.core.model.graph.NotAllowedObjectException
All Implemented Interfaces:
Serializable

public class NotAllowedObjectException extends RuntimeException
Exception indicating that a DbObjType object is not allowed in the current context.
See Also:
  • Constructor Details

    • NotAllowedObjectException

      public NotAllowedObjectException()
      Constructs a new NotAllowedObjectException with no detail message.
    • NotAllowedObjectException

      public NotAllowedObjectException(String message)
      Constructs a new NotAllowedObjectException with the specified detail message.
      Parameters:
      message - the detail message describing the restriction
    • NotAllowedObjectException

      public NotAllowedObjectException(Throwable cause)
      Constructs a new NotAllowedObjectException with the specified cause.
      Parameters:
      cause - the underlying cause of this exception
    • NotAllowedObjectException

      public NotAllowedObjectException(String message, Throwable cause)
      Constructs a new NotAllowedObjectException with the specified detail message and cause.
      Parameters:
      message - the detail message describing the restriction
      cause - the underlying cause of this exception