Class ArchivedAccountPersistenceServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.portalkit.services.common.exceptions.PortalKitPersistenceServiceException
-
- net.anotheria.portalkit.services.accountarchive.persistence.ArchivedAccountPersistenceServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class ArchivedAccountPersistenceServiceException extends net.anotheria.portalkit.services.common.exceptions.PortalKitPersistenceServiceException- Since:
- 21.04.14 19:08
- Author:
- VKoulakov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArchivedAccountPersistenceServiceException(java.lang.Exception e)ArchivedAccountPersistenceServiceException(java.lang.String message)ArchivedAccountPersistenceServiceException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ArchivedAccountPersistenceServiceException
public ArchivedAccountPersistenceServiceException(java.lang.String message)
-
ArchivedAccountPersistenceServiceException
public ArchivedAccountPersistenceServiceException(java.lang.String message, java.lang.Throwable cause)
-
ArchivedAccountPersistenceServiceException
public ArchivedAccountPersistenceServiceException(java.lang.Exception e)
-
-