org.opensolaris.os.dtrace
Class DTraceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opensolaris.os.dtrace.DTraceException
All Implemented Interfaces:
java.io.Serializable

public class DTraceException
extends java.lang.Exception

Exception in the native DTrace library.

See Also:
Serialized Form

Constructor Summary
DTraceException(java.lang.String message)
          Creates a DTrace exception with the given 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

DTraceException

public DTraceException(java.lang.String message)
Creates a DTrace exception with the given message.