org.glassfish.jersey.examples.monitoring
Class MyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.jersey.examples.monitoring.MyException
All Implemented Interfaces:
Serializable

public class MyException
extends RuntimeException

Author:
Miroslav Fuksa (miroslav.fuksa at oracle.com)
See Also:
Serialized Form

Constructor Summary
MyException(String message)
           
 
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

MyException

public MyException(String message)


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.