Class BinaryPersistenceExceptionStateInstance

    • Constructor Detail

      • BinaryPersistenceExceptionStateInstance

        public BinaryPersistenceExceptionStateInstance​(Object instance)
      • BinaryPersistenceExceptionStateInstance

        public BinaryPersistenceExceptionStateInstance​(Object instance,
                                                       String message)
      • BinaryPersistenceExceptionStateInstance

        public BinaryPersistenceExceptionStateInstance​(Object instance,
                                                       Throwable cause)
      • BinaryPersistenceExceptionStateInstance

        public BinaryPersistenceExceptionStateInstance​(Object instance,
                                                       String message,
                                                       Throwable cause)
      • BinaryPersistenceExceptionStateInstance

        public BinaryPersistenceExceptionStateInstance​(Object instance,
                                                       String message,
                                                       Throwable cause,
                                                       boolean enableSuppression,
                                                       boolean writableStackTrace)
    • Method Detail

      • getInstance

        public Object getInstance()