Package lumis.portal
Class UnexpectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portal.UnexpectedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationAccountDisableException
@StableMinor(version="14.0", sinceVersion="4.0") public class UnexpectedException extends PortalException
- Since:
- 4.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description UnexpectedException()
UnexpectedException(Exception innerException)
UnexpectedException(String arg0)
UnexpectedException(String arg0, Exception innerException)
UnexpectedException(String arg0, List<IResource> resources)
UnexpectedException(String arg0, List<IResource> resources, Exception innerException)
UnexpectedException(String arg0, IResource resource)
UnexpectedException(String arg0, IResource resource, Exception innerException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
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
-
UnexpectedException
public UnexpectedException()
-
UnexpectedException
public UnexpectedException(String arg0)
- Parameters:
arg0
-
-
UnexpectedException
public UnexpectedException(String arg0, Exception innerException)
- Parameters:
arg0
-innerException
-
-
UnexpectedException
public UnexpectedException(Exception innerException)
- Parameters:
innerException
-
-
UnexpectedException
public UnexpectedException(String arg0, IResource resource)
- Parameters:
arg0
-resource
-
-
UnexpectedException
public UnexpectedException(String arg0, IResource resource, Exception innerException)
- Parameters:
arg0
-resource
-innerException
-
-
-
Method Detail
-
logExceptionCreation
protected void logExceptionCreation()
- Overrides:
logExceptionCreation
in classPortalException
-
-