AppserverIo\Appserver\ServletEngine\Security\Realm::getExceptionStack PHP Method

getExceptionStack() public method

Return's the exception stack.
public getExceptionStack ( ) : AppserverIo\Collections\ArrayList
return AppserverIo\Collections\ArrayList The exception stack
    public function getExceptionStack()
    {
        return $this->exceptionStack;
    }