org.jboss.osgi.resolver
Class ResourceBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.osgi.resolver.ResourceBuilderException
All Implemented Interfaces:
Serializable

public class ResourceBuilderException
extends RuntimeException

Indicates failure to build a resource.

See Also:
Serialized Form

Constructor Summary
ResourceBuilderException(String message)
          Creates an exception of type ResourceBuilderException.
ResourceBuilderException(String message, Throwable cause)
          Creates an exception of type ResourceBuilderException.
ResourceBuilderException(Throwable cause)
          Creates an exception of type ResourceBuilderException.
 
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

ResourceBuilderException

public ResourceBuilderException(String message,
                                Throwable cause)
Creates an exception of type ResourceBuilderException.

This method creates an ResourceBuilderException object with the specified message and cause.

Parameters:
message - The message.
cause - The cause of this exception.

ResourceBuilderException

public ResourceBuilderException(String message)
Creates an exception of type ResourceBuilderException.

This method creates an ResourceBuilderException object with the specified message.

Parameters:
message - The message.

ResourceBuilderException

public ResourceBuilderException(Throwable cause)
Creates an exception of type ResourceBuilderException.

This method creates an ResourceBuilderException object with the specified cause.

Parameters:
cause - The cause of this exception.


Copyright © 2012. All Rights Reserved.