|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.osgi.resolver.ResourceBuilderException
public class ResourceBuilderException
Indicates failure to build a resource.
| 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 |
|---|
public ResourceBuilderException(String message,
Throwable cause)
ResourceBuilderException.
This method creates an ResourceBuilderException object with the
specified message and cause.
message - The message.cause - The cause of this exception.public ResourceBuilderException(String message)
ResourceBuilderException.
This method creates an ResourceBuilderException object with the
specified message.
message - The message.public ResourceBuilderException(Throwable cause)
ResourceBuilderException.
This method creates an ResourceBuilderException object with the
specified cause.
cause - The cause of this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||