com.jrockit.memleak
Class TooComplexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jrockit.memleak.MemLeakException
              extended by com.jrockit.memleak.OperationException
                  extended by com.jrockit.memleak.TooComplexException
All Implemented Interfaces:
java.io.Serializable

public class TooComplexException
extends OperationException

No results could be found within given complexity limits.

Author:
mpersson
See Also:
Serialized Form

Constructor Summary
TooComplexException(java.lang.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

TooComplexException

public TooComplexException(java.lang.String message)
Parameters:
message -


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.