Skip navigation links


com.bea.portal.tools.resource
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.portal.tools.resource.ResourceException

All Implemented Interfaces
Serializable
Direct Known Subclasses:
ResourceIDException, ResourceTypeException

public class ResourceException
extends RuntimeException

Thrown if an exception occurred with a resource or ResourceID.

See Also
Serialized Form

Constructor Summary
ResourceException()
          Constructor.
ResourceException(String message)
          Constructor.
ResourceException(Throwable cause)
          Constructor.

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ResourceException

public ResourceException()
Constructor.

ResourceException

public ResourceException(String message)
Constructor.
Parameters
message - the exception message

ResourceException

public ResourceException(Throwable cause)
Constructor.
Parameters
cause - the cause

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.