lumis.portal.serialization
Class SerializationException

Package class diagram package SerializationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by lumis.portal.manager.ManagerException
                  extended by lumis.portal.serialization.SerializationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SerializationAbortedException, SerializationSimulationException

@StableMinor(version="6.2",
             sinceVersion="4.0")
public class SerializationException
extends ManagerException

General exception for serialization problems

Since:
4.0.7
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
SerializationException(String arg0)
           
SerializationException(String arg0, boolean notifyProgress)
           
SerializationException(String arg0, Exception innerException)
           
SerializationException(String arg0, Exception innerException, boolean notifyProgress)
           
SerializationException(String arg0, IResource resource)
           
SerializationException(String arg0, IResource resource, boolean notifyProgress)
           
SerializationException(String arg0, IResource resource, Exception innerException)
           
SerializationException(String arg0, IResource resource, Exception innerException, boolean notifyProgress)
           
SerializationException(String arg0, List<IResource> resources)
           
SerializationException(String arg0, List<IResource> resources, boolean notifyProgress)
           
SerializationException(String arg0, List<IResource> resources, Exception innerException)
           
SerializationException(String arg0, List<IResource> resources, Exception innerException, boolean notifyProgress)
           
 
Method Summary
 boolean isNotifyProgress()
           
 
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, 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

SerializationException

public SerializationException(String arg0)

SerializationException

public SerializationException(String arg0,
                              boolean notifyProgress)

SerializationException

public SerializationException(String arg0,
                              Exception innerException)

SerializationException

public SerializationException(String arg0,
                              Exception innerException,
                              boolean notifyProgress)

SerializationException

public SerializationException(String arg0,
                              IResource resource)

SerializationException

public SerializationException(String arg0,
                              IResource resource,
                              boolean notifyProgress)

SerializationException

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

SerializationException

public SerializationException(String arg0,
                              List<IResource> resources,
                              boolean notifyProgress)

SerializationException

public SerializationException(String arg0,
                              IResource resource,
                              Exception innerException)

SerializationException

public SerializationException(String arg0,
                              IResource resource,
                              Exception innerException,
                              boolean notifyProgress)

SerializationException

public SerializationException(String arg0,
                              List<IResource> resources,
                              Exception innerException)

SerializationException

public SerializationException(String arg0,
                              List<IResource> resources,
                              Exception innerException,
                              boolean notifyProgress)
Method Detail

isNotifyProgress

public boolean isNotifyProgress()


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.