From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../de/h_da/library/CustomerNotFoundException.html | 236 +++++++++++++++++++++ 1 file changed, 236 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/CustomerNotFoundException.html (limited to 'Master/Reference Architectures and Patterns/doc/de/h_da/library/CustomerNotFoundException.html') diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/CustomerNotFoundException.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/CustomerNotFoundException.html new file mode 100644 index 0000000..f1587c4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/CustomerNotFoundException.html @@ -0,0 +1,236 @@ + + + + + + +CustomerNotFoundException + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.h_da.library +
+Class CustomerNotFoundException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.h_da.library.LibraryException
+              extended by de.h_da.library.CustomerNotFoundException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class CustomerNotFoundException
extends LibraryException
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CustomerNotFoundException() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CustomerNotFoundException

+
+public CustomerNotFoundException()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3