In this section we will discuss about the class hierarchy of BackingStoreException Class diagram in Java.
This class extends the java.lang.Exception class. This exception is generally thrown in the case in which the operation is not completed due to the failed in backing store or failed in to contact the backing store. A class diagram of BackingStoreException is given below :

Constructor Detail
| BackingStoreException(String s) | This constructor creates an BackingStoreException object with the given
message. Syntax : public BackingStoreException(String s) |
| BackingStoreException(Throwable cause) | This constructor creates an BackingStoreException object with the given
cause. Syntax : public BackingStoreException(Throwable cause) |
Method Detail
This class doesn't define its own methods. It inherits methods from its parent class.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java BackingStoreException Class Hierarchy Diagram
Post your Comment