CustomerNotFoundException Class
- public class CustomerNotFoundException
extends EntityNotFoundException
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
EntityNotFoundException
CustomerNotFoundException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerNotFoundException
public CustomerNotFoundException(String
message,
Throwable
cause)
CustomerNotFoundException
public CustomerNotFoundException(String
message)
CustomerNotFoundException
public CustomerNotFoundException(Throwable
cause)