Class ContainerRenameConflictException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String containerId  
      private java.lang.String newName  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContainerId()  
      java.lang.String getNewName()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • containerId

        private final java.lang.String containerId
      • newName

        private final java.lang.String newName
    • Constructor Detail

      • ContainerRenameConflictException

        public ContainerRenameConflictException​(java.lang.String containerId,
                                                java.lang.String newName,
                                                java.lang.Throwable cause)
      • ContainerRenameConflictException

        public ContainerRenameConflictException​(java.lang.String containerId,
                                                java.lang.String newName)
    • Method Detail

      • getContainerId

        public java.lang.String getContainerId()
      • getNewName

        public java.lang.String getNewName()