Package lumis.socialnetworkintegration
Class ApplicationAccountDisableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portal.UnexpectedException
-
- lumis.socialnetworkintegration.ApplicationAccountDisableException
-
- All Implemented Interfaces:
Serializable
public class ApplicationAccountDisableException extends UnexpectedException
Exception that represents a social network account or social network application disable.- Since:
- 6.1.0
- Version:
- $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description ApplicationAccountDisableException(String message)
Constructor.
-
Method Summary
-
Methods inherited from class lumis.portal.UnexpectedException
logExceptionCreation
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, toString, toXmlString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ApplicationAccountDisableException
public ApplicationAccountDisableException(String message)
Constructor.- Parameters:
message
- message of the exception.- Since:
- 6.1.0
-
-