Class AccountDoesNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.trustable.ca3s.core.web.rest.acme.AccountDoesNotExistException
-
- All Implemented Interfaces:
Serializable
@NotThreadSafe public final class AccountDoesNotExistException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountDoesNotExistException(long accountId)AccountDoesNotExistException(long accountId, Exception cause)AccountDoesNotExistException(URI accountUri)AccountDoesNotExistException(URI accountUri, Exception cause)AccountDoesNotExistException(URL accountUrl)AccountDoesNotExistException(URL accountUrl, Exception cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AccountDoesNotExistException
public AccountDoesNotExistException(long accountId, Exception cause)
-
AccountDoesNotExistException
public AccountDoesNotExistException(long accountId)
-
AccountDoesNotExistException
public AccountDoesNotExistException(URL accountUrl)
-
AccountDoesNotExistException
public AccountDoesNotExistException(URI accountUri)
-
-