| 
|||||||||
| 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
groovy.jmx.builder.JmxBuilderException
public class JmxBuilderException
Runtime exception used by JmxBuilder.
| Constructor Summary | |
|---|---|
JmxBuilderException()
Default constructor for exception.  | 
|
JmxBuilderException(String ex)
Parameterized consructor.  | 
|
JmxBuilderException(String msg,
                    Throwable ex)
Parameterized constructor.  | 
|
JmxBuilderException(Throwable ex)
Parameterized 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 | 
|---|
public JmxBuilderException()
public JmxBuilderException(String ex)
ex - - exception message.public JmxBuilderException(Throwable ex)
ex - - exception thrown.
public JmxBuilderException(String msg,
                           Throwable ex)
msg - - exception message.ex - - exception thrown.
  | 
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||