lumis.portal
Class UnexpectedException

Package class diagram package UnexpectedException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by lumis.portal.UnexpectedException
All Implemented Interfaces:
Serializable

@StableMinor(version="5.5",
             sinceVersion="4.0")
public class UnexpectedException
extends PortalException

Since:
4.0.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
UnexpectedException()
           
UnexpectedException(Exception innerException)
           
UnexpectedException(String arg0)
           
UnexpectedException(String arg0, Exception innerException)
           
UnexpectedException(String arg0, IResource resource)
           
UnexpectedException(String arg0, IResource resource, Exception innerException)
           
UnexpectedException(String arg0, List<IResource> resources)
           
UnexpectedException(String arg0, List<IResource> resources, Exception innerException)
           
 
Method Summary
protected  void logExceptionCreation()
           
 
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, toString, toXmlString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 -

UnexpectedException

public UnexpectedException(String arg0,
                           List<IResource> resources)

UnexpectedException

public UnexpectedException(String arg0,
                           List<IResource> resources,
                           Exception innerException)
Method Detail

logExceptionCreation

protected void logExceptionCreation()
Overrides:
logExceptionCreation in class PortalException


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.