Package de.trustable.ca3s.core.exception
Class TenantNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.trustable.ca3s.core.exception.TenantNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TenantNotFoundException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TenantNotFoundException()TenantNotFoundException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TenantNotFoundException
public TenantNotFoundException()
-
TenantNotFoundException
public TenantNotFoundException(String msg)
-
-