Class BinaryPersistenceExceptionStateInvalidLength

    • Constructor Detail

      • BinaryPersistenceExceptionStateInvalidLength

        public BinaryPersistenceExceptionStateInvalidLength​(long address,
                                                            long length,
                                                            long typeId,
                                                            long objectOid)
      • BinaryPersistenceExceptionStateInvalidLength

        public BinaryPersistenceExceptionStateInvalidLength​(long address,
                                                            long length,
                                                            long typeId,
                                                            long objectOid,
                                                            String message)
      • BinaryPersistenceExceptionStateInvalidLength

        public BinaryPersistenceExceptionStateInvalidLength​(long address,
                                                            long length,
                                                            long typeId,
                                                            long objectOid,
                                                            Throwable cause)
      • BinaryPersistenceExceptionStateInvalidLength

        public BinaryPersistenceExceptionStateInvalidLength​(long address,
                                                            long length,
                                                            long typeId,
                                                            long objectOid,
                                                            String message,
                                                            Throwable cause)
      • BinaryPersistenceExceptionStateInvalidLength

        public BinaryPersistenceExceptionStateInvalidLength​(long address,
                                                            long length,
                                                            long typeId,
                                                            long objectOid,
                                                            String message,
                                                            Throwable cause,
                                                            boolean enableSuppression,
                                                            boolean writableStackTrace)
    • Method Detail

      • getLength

        public long getLength()
      • getTypeId

        public long getTypeId()
      • getAddress

        public long getAddress()
      • getObjectOid

        public long getObjectOid()
      • getMessage

        public String getMessage()
        Overrides:
        getMessage in class org.eclipse.serializer.exceptions.BaseException