de.smartics.properties.resource.domain
Class ResourceException

Package class diagram package ResourceException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.exceptions.AbstractCoreRuntimeException
                  extended by de.smartics.exceptions.i18n.AbstractMessageRuntimeException
                      extended by de.smartics.properties.api.core.app.PropertyRootException
                          extended by de.smartics.properties.resource.domain.ResourceException
All Implemented Interfaces:
de.smartics.exceptions.CoreException, de.smartics.exceptions.i18n.LocalizedException, Serializable
Direct Known Subclasses:
HeapException, RepositoryException

public class ResourceException
     
     
extends PropertyRootException

Signals problems dealing with a resource. This is the root exception of the resource package.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageRuntimeException
messageBean
 
Fields inherited from class de.smartics.exceptions.AbstractCoreRuntimeException
info
 
Constructor Summary
ResourceException(AbstractBaseMessageBean messageBean)
          Default constructor with a message bean.
ResourceException(ResourcesCode code)
          Constructor without a cause.
ResourceException(Throwable cause, ResourcesCode code)
          Default constructor.
 
Method Summary
 
Methods inherited from class de.smartics.exceptions.i18n.AbstractMessageRuntimeException
createMessages, createMessages, getCauseTrail, getCauseTrail, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedTextMessage, getLocalizedTextMessage, getLocalizedTextMessage, getMessage, getMessage, getMessage, getMessageBean, getMessages, getMessages, toString
 
Methods inherited from class de.smartics.exceptions.AbstractCoreRuntimeException
getCause, getClassLoader, getCode, getId, getTime, truncateCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.smartics.exceptions.CoreException
getCause, getCode, getId, getStackTrace, getTime, setStackTrace, truncateCause
 

Constructor Detail

ResourceException

public ResourceException(ResourcesCode code)
Constructor without a cause.

Parameters:
code - the error or exception code of the exception.

ResourceException

public ResourceException(Throwable cause,
                         ResourcesCode code)
Default constructor.

Parameters:
cause - the cause (which is saved for later retrieval by the AbstractCoreRuntimeException.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
code - the error or exception code of the exception.

ResourceException

public ResourceException(AbstractBaseMessageBean messageBean)
Default constructor with a message bean.

Parameters:
messageBean - the message information for the exception.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.